본문 바로가기

Windows/MFC

error LNK2001: unresolved external symbol

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=261858&SiteID=1

I need to confirm one thing, As Christian Graus said

"you're using an external library, the most likely thing is that your old IDE has an external path set for lib files, and you've not set this in VC2005"

is this path she talked about in the code --->         # include < > or in the

tool->options-> vc++ directories ->library file-> (here the lib path)


thanks