26 Nov
2002
26 Nov
'02
2:07 p.m.
Klaus Nowikow wrote: <snip error messages>
There seems to be a conflict between the libraries signals.lib, libcpd.lib and libcd.lib. When I try to ignore the libraries libcpd.lib and libcd.lib in the project settings, other linker errors occur when I use std::cout for example: main.obj : error LNK2001: unresolved external symbol "class std::basic_ostream
std::cout" (?cout@std@@3V?$basic_ostream@DU?$char_traits@D@std@@@1@A) Is there a way to use the boost::signals library in a Win32 Console Application in VC6?
Have a look at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/... This page shoud help you to sort out the library conflicts. HTH, Markus