How do you change the path on the command line? Isn't this what we need to do if the compiler cannot find a header file?
I think it is
path= 'PATH'+"C:\somedirectory;"
or something like that.
It is found in the msdn library, http://msdn2.microsoft.com/en-us/library/f35ctcxw(VS.80).aspx. I believe the command to use with makefiles is nmake.
bronkman: It is found in the msdn library, http://msdn2.microsoft.com/en-us/library/f35ctcxw(VS.80).aspx. I believe the command to use with makefiles is nmake.
Thanks, that helped.
This helped too:http://support.microsoft.com/kb/310519