Quote:
|
Originally Posted by phrontist
Quote:
|
Originally Posted by Tom Bottiglieri
Do you have the newest version of the compiler (2.4) installed?
|
Ah, that could be it.
|
I don't think stdio.h was included with the 2.2 compiler, so that might be it.
There are other possibilities too, though: Make sure you have C:\MCC18\h listed in the Include Path $(INCDIR) on the "General" tab of the Build Options dialog. (Modify as need if you installed the compiler other than in c:\mcc18.) Also make sure your code has #include <stdio.h>, and not #include "stdio.h". Otherwise the preprocessor will only look for the file in the current directory, and not in $(INCDIR).