I'm having trouble setting the environment variables for the vc toolkit
2003. The "vcvars32" failed to add the include and lib variables, so I
did it manually. The compiler is not finding the include directory,
returning a fatal C1083 (Cannot open include file). Nothing appeared to
go wrong running the installation. Can I get some help here?
Jon
andrew.bell.ia@gmail.com - 08 Jun 2005 17:03 GMT
The compiler didn't seem to find system and include directories for me
either. I use makefiles, and I just set them there. The command line
ends up looking like:
cl <your source file> \
/I "C:\Program Files\Microsoft Visual C++ Toolkit 2003\include" \
/LINK /LIBPATH:"C:\Program Files\Microsoft Visual C++ Toolkit
2003\lib"
Hope this helps,
-- Andrew Bell
andrew.bell.ia@gmail.com