RE: [Cppunit-devel] Snapshot for 2001-09-20
Brought to you by:
blep
From: Baptiste L. <gai...@fr...> - 2001-09-20 15:26:14
|
Quoting "Summerwill, Bob" <BSu...@eu...>: > > There's still the warning when compiling DSPlugIn ... > > > --------------------Configuration: DSPlugIn - Win32 > Debug-------------------- > Creating Type Library... > Microsoft (R) MIDL Compiler Version 5.01.0164 > > [ chopped most of the build output ] > > DSAddIn.cpp > DSPlugIn.cpp > TestRunnerDSPlugin_i.c > Linking... > Creating library Debug/TestRunnerDSPlugInD.lib and object > Debug/TestRunnerDSPlugInD.exp > TestRunnerDSPlugInD.exp : warning LNK4070: /OUT:TestRunnerDSPlugin.dll > directive in .EXP differs from output filename > "../../../lib/TestRunnerDSPlugInD.dll"; ignoring directive > Performing Registration > Server registration done! > > TestRunnerDSPlugInD.dll - 0 error(s), 1 warning(s) I'm not sure how to get ride of that one. I think it's related to the .def file. Note that the registration has been disabled (I commented out the command that tried to execute the DLL). I posted a mail to Patrick to ask him how to fix that (I'm not sure how add-ins are supposed to be registered, but the DllRegisterServer function is not exported, meaning that regsvr32 can not be used to register the COM component). > And the exception::operator() unit test still fails. Excerpt from INSTALL-WIN32.txt FAQ ;-) : 3) Why does the test ExceptionTest.testAssignment failed in CppUnit test suite ? I've never been able to figure out why that test fails. It seems to be specific to VC++ since the test passes with gcc. If you can figure out the failure, please let us know! > > Apart from that it seems to work OK. So we can say that on the windows side it's a go! > > Are you going to remove the non-"Example.dsw" DSWs before the release? No, after. Things are finally working, I'd rather wait before changing things around again. Thanks Bob, Baptiste. --- Baptiste Lepilleur <gai...@fr...> http://gaiacrtn.free.fr/index.html Language: English, French |