Re: [Boost-users] Boost.Test Framework to test a DLL
Hi Ovanes,
I found the problem. The console_test_runner and my NetCtrld.dll used different boost_unit_test_framework-....dll's. So I had two different master test suites, one in each DLL. Now it seems to be working.
Thanks,
Christian
________________________________
Von: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] Im Auftrag von Ovanes Markarian
Gesendet: Dienstag, 15. Jänner 2008 18:40
An: boost-users@lists.boost.org
Betreff: Re: [Boost-users] Boost.Test Framework to test a DLL
Is there any chance that Boost.Test can not load (find) your DLL? Try to copy console_test_runner into the directory which contains your DLL? Debug DLLs under VC++ have usually a suffix 'D' before .dll. The letter NetCtrl->d<-.dll is probably this suffix. If not, add it, so that the name is NetCtrldD.dll
With Kind Regards,
Ovanes
On Jan 15, 2008 9:55 AM, Plonka Christian
Wouldn't it be good if all problems resolved itself the same way somehow ;)
Gennadiy
"Plonka Christian"
participants (2)
-
Gennadiy Rozental
-
Plonka Christian