I am trying to link my own library (.lib file) to a new project.
I've found millions of guides with all kinds of different explanations,I am reallyconfused rigght now.
I am using Visual Studio 2013.
How do I link my .lib file to the current project?
I need clear steps, any guide/tutorial confuses me even more.
Nevermind, I fucked around with those complicated settings and got it to pseudo-work.
Now I got another problem: "Error: Name space MyLib has no member TestFunc"...
While I clearly declared that function in my library...