![]() |
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 |
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