Search found 94 matches

by wayne_millard
Sat Feb 20, 2021 11:50 pm
Forum: General
Topic: Flowcode Exchange
Replies: 19
Views: 21202

Re: Flowcode Exchange

I love the idear of the Xchange and cant wait to see what it will turn into.

Wayne Millard :)
by wayne_millard
Sat Jan 23, 2021 1:33 pm
Forum: General
Topic: Help with XC compiler problem
Replies: 9
Views: 4705

Re: Help with XC compiler problem

Hi Martin,

Thanks for your great help.

:D

Wayne Millard
by wayne_millard
Sat Jan 23, 2021 12:33 am
Forum: General
Topic: Help with XC compiler problem
Replies: 9
Views: 4705

Re: Help with XC compiler problem

Hi Martin, Thanks for the feed back i have now changed all that you said and now have this problem. 12468: PIE1.RCIE=1; ^ (196) struct/union required 12469: INTCON.PEIE = 1; ^ (196) struct/union required 12471: INTCON.GIE = 1; ^ (196) struct/union required (908) exit status = 1 (908) exit status = 1...
by wayne_millard
Fri Jan 22, 2021 9:11 pm
Forum: General
Topic: Help with XC compiler problem
Replies: 9
Views: 4705

Help with XC compiler problem

To all, I have a problem compiling a project that was made in flowcode6 and now trying to compile in flowcode9 and have the following problems any help would be great. FCM_RS232_Rx() 9803: if ((rcsta & (1 << FERR)) != 0) ^ (192) undefined identifier "rcsta" 9805: dummy = rcreg; ^ (192) undefined ide...