How to link a .lib to VC++.NET
-
Im new to VC7, and Im getting link errors that can be fixed using "project" -> "settings" in VC6.0 and linking the appropriate .lib file but how is it done in VC7 We have a mathematician, a different kind of mathematician, and a statistician!
-
Im new to VC7, and Im getting link errors that can be fixed using "project" -> "settings" in VC6.0 and linking the appropriate .lib file but how is it done in VC7 We have a mathematician, a different kind of mathematician, and a statistician!
will this help
#pragma comment(lib,"libname.lib")
MSN Messenger. prakashnadar@msn.com "If history isn't good, just burn it." - Sidhuism.
-
will this help
#pragma comment(lib,"libname.lib")
MSN Messenger. prakashnadar@msn.com "If history isn't good, just burn it." - Sidhuism.
That did the trick, Thanks a million. We have a mathematician, a different kind of mathematician, and a statistician!