Linking errors in Visual Studio 2010 MFC – updated
Posted by Dan | Filed under Material Things, products, services, maintenance, Unnatural
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. […]
Tags: lib, LNK2001: unresolved external symbol, MFC, Visual Studio