Linking errors in Visual Studio 2010 MFC – updated

In Visual Studio 2010 MFC, when linking to a library (.lib) gets you the horrible ‘error LNK2001: unresolved external symbol’ message and you are 100% sure the library and the current project has the same compile time parameters check if you did not used the ‘using namespace’ directive prior to the unresolved external symbol thing. […]

Share

Tags: , , ,