Hey cpjust,
so i just found the solution. I needed to include the path to the msvcprt.lib file in my linker options. Apparently, it was looking for the msvcprtd.lib instead. After i made the configuration change, it worked. Thanks.
Hey cpjust,
yeah, i just tried cleaning the solution and then rebuilding. I still get the same error.
Here is the configuration in the Linker 'command line' panel...
/OUT:"C:\Documents and Settings\Kevin\My Documents\Visual Studio 2005\Projects\Test\Debug\Test2.exe" /INCREMENTAL /NOLOGO...
Hi,
I'm trying to build a simple C++ program using Visual C++ 2005 Express Edition and I'm running into these errors. I followed the instructions according to this link
http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/
and I still have problems. Here is the code I'm trying to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.