I just did a standard visual studio 6.0 intall on a new dell laptop running xp home. I'm migrating from win 98.
I'm having 2 problems so far. I was using C/C++ IDE with the make file project option to cross compile with gcc. Now, when I open the project, the rebuild button on the tool bar is disabled, and when I press the "compile" button, I get the following error:
nmake is not recognized as an external command.
I tried to build a standard "Hello World" win32 command line app, but when I try to compile and execute ("!") I get:
error spawning cl.exe
Could anyone lend me a hand?
I'm having 2 problems so far. I was using C/C++ IDE with the make file project option to cross compile with gcc. Now, when I open the project, the rebuild button on the tool bar is disabled, and when I press the "compile" button, I get the following error:
nmake is not recognized as an external command.
I tried to build a standard "Hello World" win32 command line app, but when I try to compile and execute ("!") I get:
error spawning cl.exe
Could anyone lend me a hand?