[Cppunit-devel] Anyone got CppUnit to work with /MTd ?
Brought to you by:
blep
From: Philippe L. <phi...@ca...> - 2002-06-27 22:48:05
|
I have 20 projects compiled with /MTd (Multi-threaded debug) CppUnit = uses /MDd (Multi-threaded Debug DLL). Because we are using VC7.0, we'd rather compile with /MTd instead of = /MDd, however if I recompile CppUnit with the /MTd flags it fails = miserably when executing a unit test through the DllPluginTest_DLL.exe = program. If you have encountered a similar problem, please help. Phil |