c code error message

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 2 and 3.

Moderators: Benj, Mods

Post Reply
chris
Posts: 2
Joined: Mon Jan 29, 2007 10:00 pm

c code error message

Post 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

User avatar
Steve
Matrix Staff
Posts: 3433
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times

Post 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.

chris
Posts: 2
Joined: Mon Jan 29, 2007 10:00 pm

Post by chris »

It's easy when you know how,thanks for your help all seems OK now
regards Chris

Post Reply