Quote:
|
Originally Posted by Texan
There are changes that the installer makes to your PATH environment environment variable. You need to set it the same way that the computer it is working on is set to. To access the path, open a run box and type "msconfg". Hope that helps. If you need more help with modifying the PATH post. 
|
find autoexec.bat, and add the following lines to it:
set PATH="C:\mcc18\bin;%PATH%"
set PATH="C:\mcc18\mpasm;%PATH%"
set MCC_INCLUDE="C:\mcc18\h;%MCC_INCLUDE%"
(change the paths to match your copy of mcc18, of course)