Static Library

I used Visual Studio 2010 to compile some code into a .lib file and then tried using that header(copying to the lib directory,and also a few others) and linking it( #pragma comment(lib,"mylib.lib") and under settings) but I keep getting that linking error(unresolved external symbols)

I compiled the static lib using the tutorial on msdn.

How do you solve that problem?
Topic archived. No new replies allowed.