On Mon, 08 Nov 2004 09:45:06 -0600, Christian Lott wrote:
> "Do you hvae msvc (cl.exe) in the path?"
> No. I thought I did but looks like I don't...
> It's at c:\Program Files\Microsoft Visual C++ 2003\bin\cl.exe
> How would I set the path without overwriting my previous settings?
> set PATH=%PATH%;c:\Program Files\Microsoft Visual C++ 2003\bin\

No.  Look for a batch file called vcvars32.bat below the Microsoft Visual
C++ 2003 directory, and run it.  It'll setup your environment.
"dir /s vcvars32.bat"

>>The most important thing you need to do is use the .NET command line, 
>>rather than the regular cmd.exe shell.  The .NET shell sets up all the
>>environment variables needed to do a compile of Parrot.
> What's that?

It just fires up a command prompt with the vcvars32.bat executed.

Ron

Reply via email to