Log in

View Full Version : Missing (adc.h) header HELP!


BloodSoakedTear
26-02-2006, 15:48
When i modified my code to intergrate the camera inputs into my code i recieved an error sayying that the header file adc.h was missing

i looked through all of the given files and i couldnt find it what should i do
Edit/Delete Message

Mark McLeod
26-02-2006, 15:51
That's indicative of an incomplete MPLAB project setup for a new project.

Under
“Project->Build Options…->Project”
“General” tab
set Include Path to C:\mcc18\h (and Library Path to c:\mcc18\lib)

adc.h is often the first file included (not by you but by ifi_aliases.h) and the compiler cannot find it. It's located at C:\mcc18\h