Hi,
I can't get version 1.3.3p1 to work with my existing project. I get the error
^
~np~
Error 1 error LNK2019: unresolved external symbol "public: __thiscall Poco::ThreadPool::ThreadPool(int,int,int)" (??0ThreadPool@Poco@@QAE@HHH@Z) referenced in function "public: __thiscall Test::Test(int)" OneOfMyObjects.obj
~/np~
^
^
~np~
Error 2 error LNK2019: unresolved external symbol _GetAdaptersInfo@8 referenced in function "public: static void __cdecl Poco::EnvironmentImpl::nodeIdImpl(unsigned char (&)[6])" (?nodeIdImpl@EnvironmentImpl@Poco@@SAXAAY05E@Z) PocoFoundationmtd.lib
~/np~
^
When building PocoFoundation there are no errors but warnings that read:
^
SignalHandler.obj : warning LNK4221: no public symbols found; archive member will be inaccessible
^
^
String.obj : warning LNK4221: no public symbols found; archive member will be inaccessible
^
^
ByteOrder.obj : warning LNK4221: no public symbols found; archive member will be inaccessible
^
This looks like what's causing this...but I don't know the reason or how to fix it.





