When my code is calling a certain function, I\'m getting an error: H:\\workspace\\HW5\\HW5\\Manager.obj
I have an very strange error: when I want to use the SocialServer::Client class from my SocialServer::Server class, the linker threw me two LNK2019 errors :
Error 20error LNK2019: unresolved external symbol \"public: __thiscall CAnyseeUSBTVControllerDlg::CAnyseeUSBTVControllerDlg(class
I am having some trouble with building my programme.I am working on Windows 7 professional 32-bit with Visual Studio 2008.I have the Cuda SDK and my project is set up with all links to cudart.lib etc.
Today I encountered a linking problem after updating the VS version from 2008 to 2010, the error is something like this:
I have a DLL that I am trying to link with a libjpeg LIB using MSVC 2008 that is generating Unresolved External Symbol errors for the libjpeg functions.I also have a test project that links with the e
I have tried removing various parts and building, but nothing makes the lnk2019 error go away, or even produces any normal errors.
Ok, so I\'m having a problem trying figure out the problem in my code. I have a lot of code so I\'m only going to post the relevant parts that are messing up when I compile. I have the following funct
I am trying to use confuse library on windows. I get a link timeerror when confuse is compiled in vc++. how to resolve it. Please note that libConfuse is a configuration file parser libraryand written