Thread Starter Hajji Joined Mar 4, 2022 3 Mar 16, 2022 #1 Hello everyone, I'm working on a project ( Load cell with microcontroller pic 16f877a ) , and i'm using CCS C compiler When i try to add libraries for example : #include<windows.h> or #include<time.h>, the program shows : Anyone can help, Thank you. Attachments 1647417645878.png 34.1 KB Views: 13
Hello everyone, I'm working on a project ( Load cell with microcontroller pic 16f877a ) , and i'm using CCS C compiler When i try to add libraries for example : #include<windows.h> or #include<time.h>, the program shows : Anyone can help, Thank you.
Thread Starter Hajji Joined Mar 4, 2022 3 Mar 16, 2022 #2 hi everyone i want to use a library in ccs c compiler, it shows : Any suggestions please thank you
C click_here Joined Sep 22, 2020 540 Mar 17, 2022 #3 Maybe put the #device before that point - Have a look online for examples and see how others have done it
Maybe put the #device before that point - Have a look online for examples and see how others have done it