by ulysse » 09 Jun 2008, 11:12
Hi,
If I look to the sample "...poco/util/samples/sampleapp/bin/sampleappmt.exe", which
is a release binary, I see it depends both on msvcr71.dll and msvcr71d.dll.
It seems the exe is linked both with release and debug libraries.
Note that the linker shows a "MSVCRTD.lib(cinitexe.obj) : warning LNK4098: defaultlib 'msvcrt.lib' conflicts with use of other libs; use /NODEFAULTLIB:library"
Any ideas?
Thanks.