welcome
I try to compile a simple program in Flowcode v6, a test program for oled display Adafruit
Is a demo version
the following error occurred at compiletime and FCF tab.
FLOWCODE V6 COMPILER ERROR
Moderator: Benj
FLOWCODE V6 COMPILER ERROR
- Attachments
-
- error1.txt
- (1.1 KiB) Downloaded 209 times
-
- error.txt
- (1.71 KiB) Downloaded 183 times
-
- oled test.fcfx
- (6.13 KiB) Downloaded 211 times
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
Re: FLOWCODE V6 COMPILER ERROR
Hi sonic11,
It looks like your not using the latest version of Flowcode V6.04 (at the time of posting):
Within Flowcode: Select Help, Check for updates...
That should then display a link that will allow you to download 6.0.4
You should then be able to compile OK.
Matin
It looks like your not using the latest version of Flowcode V6.04 (at the time of posting):
Code: Select all
Device: PIC.16F.16F887
Generated by: Flowcode v6.0.1.0 <
Date: Saturday, February 22, 2014 12:26:18
That should then display a link that will allow you to download 6.0.4
You should then be able to compile OK.
Matin
Martin
Re: FLOWCODE V6 COMPILER ERROR
My problem is I can not initialize a model oled rec002002 (controller ws0010) 20x2 alphanumeric rec002004 though his older brother (controller ws0010) 20x4 works with the following changes in the sequence of start (0x32, 0x28, 0x0C, 0x06, 0x02, 0x01)
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
Re: FLOWCODE V6 COMPILER ERROR
Hi sonic11,
Before installing the update, if you make sure flowcode is closed, then run Task manager (hold Ctr Alt down then press Del)
then select task manager.
If you see any versions of Flowcode running within Processes then after selecting Flowcode, click on End Processes.
If you update to Flowocde V6.0.4 then you should be able to compile to hex the Flowchart you posted with no errors.
Your version should update ok.sonic11 wrote:I can not update is a demo version
Say Flowcode is open, although there is no window open Flowcode
Before installing the update, if you make sure flowcode is closed, then run Task manager (hold Ctr Alt down then press Del)
then select task manager.
If you see any versions of Flowcode running within Processes then after selecting Flowcode, click on End Processes.
If you update to Flowocde V6.0.4 then you should be able to compile to hex the Flowchart you posted with no errors.
Martin