RE: [Cppunit-devel] Anyone got CppUnit to work with /MTd ?
Brought to you by:
blep
|
From: Pedro F. <ped...@in...> - 2002-06-28 09:10:40
|
> 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.
Shooting from the hip:
- Have you tried DllPluginTest.exe instead of
DllPluginTest_DLL.exe?
- Aren't you using DllPluginTest(_DLL).exe to run Debug version
tests?
HTH,
Pedro
_____________________________________________________
Pedro Alves Ferreira
INESC Porto http://www.inescporto.pt
Pc da Republica, 93 R/C Tel: +351 22 209 42 23
4050-497 PORTO Fax: +351 22 208 41 72
Portugal mailto:ped...@in...
|