Page 1 of 1

After 5.2 update, compile error

Posted: Sat May 05, 2012 10:28 pm
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 :(

Re: After 5.2 update, compile error

Posted: Sun May 06, 2012 8:54 am
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.

Re: After 5.2 update, compile error

Posted: Mon May 07, 2012 10:30 am
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

Re: After 5.2 update, compile error

Posted: Mon May 07, 2012 11:11 am
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

Re: After 5.2 update, compile error

Posted: Mon May 07, 2012 11:36 am
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

Re: After 5.2 update, compile error

Posted: Mon May 07, 2012 3:59 pm
by Sef
it's works :D

Thanks for help.

Re: After 5.2 update, compile error

Posted: Mon May 07, 2012 4:06 pm
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

Re: After 5.2 update, compile error

Posted: Mon May 07, 2012 6:13 pm
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.