Ben Bogart wrote: > Hello Thomas, > > Thank you for the quick responce. > > I've forwarded your message to my co-worker with the "professional" VC++ > 7. I did try downloading the free version, but the commandline can't > seem to find nmake nor devenv (who make up this name?!?!). >
Visual Studio includes a shortcut to start a command shell with the environment initialized appropriately (Visual Studio .NET 2003 Command Shell), which just uses C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Tools\vsvars32.bat. If you didn't use this, devenv/nmake would not be found, as you reported. Hope this helps, Tom