sinojelly / mockcpp

Two C/C++ testing tools, mockcpp and testngpp.
Apache License 2.0
66 stars 39 forks source link

How does it work on VC, VS2003 ? #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The function of _cxa_demangle cannot compile.

Original issue reported on code.google.com by enjoyeclipse@gmail.com on 7 Aug 2008 at 10:30

GoogleCodeExporter commented 9 years ago
It's only working on g++ 3.4 or above so far.

Original comment by darwin.y...@gmail.com on 18 Sep 2008 at 11:17

GoogleCodeExporter commented 9 years ago
if want to use it in the VC, how to do?
Or any else mock tools which can use in the vc?

Original comment by yuju...@gmail.com on 24 Nov 2008 at 3:25

GoogleCodeExporter commented 9 years ago
Now mockpp can support VC 7 or above.

Original comment by darwin.y...@gmail.com on 30 Jul 2009 at 2:45