Heya,
I can't seem to find a way to compile the samples. I tried compiling qbjobs. First up a lot of XML_Parser unresolved externals. So i guessed and added libexpat to the dependencies. Removes most. I am left with two errors then:
1>msvcprt.lib(MSVCP90.dll) : error LNK2005: "class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::operator<<<struct std::char_traits<char> >(class std::basic_ostream<char,struct std::char_traits<char> > &,char const *)" (??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z) already defined in qbjobs.obj
1>api.lib(QbConnection.obj) : error LNK2019: unresolved external symbol _GetAdaptersInfo@8 referenced in function "public: static class QbAddress __cdecl QbConnection::primaryaddress(void)" (?primaryaddress@QbConnection@@SA?AVQbAddress@@XZ)
For the first i tried ignoring that specific library, but that lead to LOADS of unresolved externals. For the second i have no idea. Any pointers?
Regards,
Thorsten
P.S. are there any VisualStudio Version constraints?