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
|