SgDotNet
Singapore Professional .NET User Group -For Cool Developers

How do I use the Visual Studio Command Prompt to build C++ code?

rated by 0 users
This post has 2 Replies | 0 Followers

Top 150 Contributor
Posts 12
xarzu Posted: 10-05-2007 8:26 AM

How do you change the path on the command line?  Isn't this what we need to do if the compiler cannot find a header file?

I think it is

path= 'PATH'+"C:\somedirectory;"

or something like that.

Top 25 Contributor
Posts 157

It is found in the msdn library, http://msdn2.microsoft.com/en-us/library/f35ctcxw(VS.80).aspx. I believe the command to use with makefiles is nmake.

Top 150 Contributor
Posts 12
bronkman:

It is found in the msdn library, http://msdn2.microsoft.com/en-us/library/f35ctcxw(VS.80).aspx. I believe the command to use with makefiles is nmake.

 

Thanks, that helped.

This helped too:
http://support.microsoft.com/kb/310519

Page 1 of 1 (3 items) | RSS
Copyright SgDotNet 2004-2008
Powered by Community Server (Commercial Edition), by Telligent Systems