pic microcontrollers

Thread Starter

karthik holla

Joined May 8, 2012
1
i am using pic microcontroller in c language for my project. i have problems of header while running in ride software,it comes-unknown"#pragma line ignored, please help
 

jwilk13

Joined Jun 15, 2011
228
Can you post the code and compiler errors?

I use MPLab and BoostC, but when I use header files, I use a #include "headerFileName.h" instead of a #pragma.
 
Top