Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Programming (http://www.chiefdelphi.com/forums/forumdisplay.php?f=51)
-   -   Missing (adc.h) header HELP! (http://www.chiefdelphi.com/forums/showthread.php?t=44773)

BloodSoakedTear 26-02-2006 15:48

Missing (adc.h) header HELP!
 
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

Re: Missing (adc.h) header HELP!
 
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


All times are GMT -5. The time now is 03:19.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi