I have a problem with msvc++. I need to be able to use the command line in order to compile allegro. I’ve written a simple hello world program and it compiles fine with djgpp. But it doesn’t work with msvc++(command line). when I type “cl hello.c” I get an error: "fatal error c1034: stdio.h: no include path set". I assume there is a difference for setting the include path in the GUI and the command line. how do I set the include path for msvc in the command line. Can it be done with environment variables?