Page 1 of 1

c code error message

Posted: Sat Jul 28, 2007 5:13 pm
by chris
HI I am trying to embed some c code into a flowcode project but when I try to compile to chip I get the following error message,I am not sure what file pic.h is,can any one help regards
Chris

C:\Program Files\Matrix Multimedia\Flowcode V3\compass.c(630): Unable to open include file: pic.h

1 errors detected
Error: preprocessing error

failure

Return code = 1

Posted: Sun Jul 29, 2007 7:47 pm
by Steve
It sounds like the following line exists in the C code you are trying to embed:

Code: Select all

#include <pic.h>
Your code will not work without this file.

Posted: Tue Jul 31, 2007 7:36 pm
by chris
It's easy when you know how,thanks for your help all seems OK now
regards Chris