After 5.2 update, compile error

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 5.
To post in this forum you must have a registered copy of Flowcode 5 or higher.

Moderator: Benj

Post Reply
Sef
Posts: 6
Joined: Mon Feb 20, 2012 10:40 am
Has thanked: 2 times
Been thanked: 1 time

After 5.2 update, compile error

Post by Sef »

Code: Select all

Launching the compiler...
C:\Program Files (x86)\Flowcode\v5\Tools\boostc\boostc_pic18_flowcode.exe -v -t PIC18F4550 "Flowcode1.c"

.......................Return code = -1073741674
Flowcode was unable to compile the flowchart's C code due to the following errors:


If your flowchart contains C code, please review this carefully. If your flowchart contains no C-code or you have thoroughly reviewed the code, contact Technical Support.


FINISHED
i test simple led project. also 18F and 16F :(

User avatar
JohnCrow
Valued Contributor
Valued Contributor
Posts: 1367
Joined: Wed Sep 19, 2007 1:21 pm
Location: Lincolnshire
Has thanked: 364 times
Been thanked: 716 times

Re: After 5.2 update, compile error

Post by JohnCrow »

Hi Sef
Can you post your flowchart please so we can test it.
Ive used both 16F877A and 18F4550 devices with V5.2 and have not had any problems.
1 in 10 people understand binary, the other one doesn't !

medelec35
Matrix Staff
Posts: 9521
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times

Re: After 5.2 update, compile error

Post by medelec35 »

Did you update via patch or Full install?

It maybe worth downloading full install file from here:
http://www.matrixmultimedia.com/flowcode.php
Make sure you have the last 2 sections of your key handy 1st.

uninstall FC5
Only if you are confident enough and know what your doing, delete the registry entry:
HKEY_CURRENT_USER\Software\matrixmm\FlowcodeV5
If you not sure how to do this then best left alone until David is back at matrix.
Deleting wrong keys could stop your PC from working.

Finally delete (only if not already been removed) v5 directory found in
C:\Program Files (x86)\Flowcode\
If 64bit windows
or
C:\Program Files\Flowcode\
if 32bit windows

Now you can install full version of FC5.
You should not need to re-enter your key, as it's already stored on your PC.

Martin
Martin

Sef
Posts: 6
Joined: Mon Feb 20, 2012 10:40 am
Has thanked: 2 times
Been thanked: 1 time

Re: After 5.2 update, compile error

Post by Sef »

flowcoderror.png
(167.38 KiB) Downloaded 1095 times
Simple led output flowcode.
My OS Win 2008 R2 SP1 x64, i5 3.1GHz, 8GB ram
it's my dedicated web server, including 1500+ domains

medelec35
Matrix Staff
Posts: 9521
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times

Re: After 5.2 update, compile error

Post by medelec35 »

Ah,
Looking at your picture Boostc is prevented from running.
If re-installing don't work then:
it could be either:
1) A Data Execution Prevention(DEP) issue. If that is the case then if you follow this step by step:
http://www.itechtalk.com/thread3591.html
Then just add the BoostC exe's to the safe list.
Note: No need to clink on any download links on that page they are just there for advertising. Just scroll down the page.

2) Anti-virus or other software preventing BoostC and related exe's from running.
I'm guessing if this is the case then the software in question which is preventing Boostc should have stored the info in it's logs?

I'm not an expert on this, so it may nor still work after above steps are carried out?

Martin
Martin

Sef
Posts: 6
Joined: Mon Feb 20, 2012 10:40 am
Has thanked: 2 times
Been thanked: 1 time

Re: After 5.2 update, compile error

Post by Sef »

it's works :D

Thanks for help.

medelec35
Matrix Staff
Posts: 9521
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times

Re: After 5.2 update, compile error

Post by medelec35 »

That's great!

Would you mind posting which option worked for you please?
E.g Re-installing
DEP
or antivrus/firewall etc.

As it would help someone else who is facing same issue as you.

Thanks for letting us know :)


Martin
Martin

Sef
Posts: 6
Joined: Mon Feb 20, 2012 10:40 am
Has thanked: 2 times
Been thanked: 1 time

Re: After 5.2 update, compile error

Post by Sef »

medelec35 wrote:Ah,
Looking at your picture Boostc is prevented from running.
If re-installing don't work then:
it could be either:
1) A Data Execution Prevention(DEP) issue. If that is the case then if you follow this step by step:
http://www.itechtalk.com/thread3591.html
Then just add the BoostC exe's to the safe list.
Note: No need to clink on any download links on that page they are just there for advertising. Just scroll down the page.

2) Anti-virus or other software preventing BoostC and related exe's from running.
I'm guessing if this is the case then the software in question which is preventing Boostc should have stored the info in it's logs?

I'm not an expert on this, so it may nor still work after above steps are carried out?

Martin
DEP is work.

Post Reply