vc toolkit setup

J

Jon

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
 
A

andrew.bell.ia

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
(e-mail address removed)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top