Compilation fix for Vista

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 4.
To post in this forum you must have a registered copy of Flowcode 4 or higher. To sign up for this forum topic please use the "Online Resources" link in the Flowcode Help Menu.

Moderator: Benj

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

Compilation fix for Vista

Post by Steve »

Hello,

Sorry that this has been a problem for some of you for a few days now, but I think I might have tracked down the problem that was causing compilations to fail on some Vista PCs.

I have not totally solved the problem yet, but it should hopefully work. Please unzip the attachment and put it into your Flowcode V4 directory. Run this one instead of the original Flowcode_PIC.exe. You might see a message "XXX: noticed text change" - if you do, please ignore it (but do let me know if you do see it).

Please tell me if this works for you. I'm desparate to solve this issue!

(NOTE: the attachment is too big, so Ben will upload it and provide a link to it shortly)

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: Compilation fix for Vista

Post by Benj »


saschech@gmx.de
Posts: 714
Joined: Wed Jan 31, 2007 12:41 pm
Has thanked: 1 time
Been thanked: 26 times
Contact:

Re: Compilation fix for Vista

Post by saschech@gmx.de »

Hallo Steve Hallo Benj

I have a good message for you !!!!!!!!

flowcode_picd1 works and make well my problem with ps tray factory also !!

------------------------------------------------------------------------------------------------
File name: D:\sachs_work\V4_Examples\Components\7 Segment\testttt1.c
Generated by: Flowcode v4.0.0.53
Date: Wednesday, June 17, 2009 19:33:46
Licence: 30-Day Trial

***DEMO VERSION***


NOT FOR COMMERCIAL USE

http://www.matrixmultimedia.com


Launching the compiler...
C:\Program Files\Matrix Multimedia\Flowcode V4\BoostC\boostc.pic18.flowcode.exe -v -t PIC18F4431 "testttt1.c"

***************************************
Additional Debug info
sShortAppPath: C:\PROGRA~1\MATRIX~1\FLOWCO~1\BoostC\BOOSTC~1.EXE
sAppPath: C:\Program Files\Matrix Multimedia\Flowcode V4\BoostC\boostc.pic18.flowcode.exe
sAppFullSwitches: C:\PROGRA~1\MATRIX~1\FLOWCO~1\BoostC\BOOSTC~1.EXE -v -t PIC18F4431 "testttt1.c"
sWorkingDir: D:\sachs_work\V4_Examples\Components\7 Segment
lengths = 79, 79, 46
***************************************

...................
Return code = 0

Launching the linker/assembler...
C:\Program Files\Matrix Multimedia\Flowcode V4\BoostC\boostlink.pic.exe -ld "C:\Program Files\Matrix Multimedia\Flowcode V4\BoostC\lib" libc.pic18.lib flowcode.pic18.lib rand.pic18.lib float.pic18.lib "testttt1.obj" -t PIC18F4431 -d "D:\sachs_work\V4_Examples\Components\7 Segment" -p "testttt1"

***************************************
Additional Debug info
sShortAppPath: C:\PROGRA~1\MATRIX~1\FLOWCO~1\BoostC\BOOSTL~1.EXE
sAppPath: C:\Program Files\Matrix Multimedia\Flowcode V4\BoostC\boostlink.pic.exe
sAppFullSwitches: C:\PROGRA~1\MATRIX~1\FLOWCO~1\BoostC\BOOSTL~1.EXE -ld "C:\Program Files\Matrix Multimedia\Flowcode V4\BoostC\lib" libc.pic18.lib flowcode.pic18.lib rand.pic18.lib float.pic18.lib "testttt1.obj" -t PIC18F4431 -d "D:\sachs_work\V4_Examples\Components\7 Segment" -p "testttt1"
sWorkingDir: D:\sachs_work\V4_Examples\Components\7 Segment
lengths = 71, 273, 46
***************************************

...................
Return code = 0

FINISHED

--------------------------------------------------------------------------------------
good work!

Regards Wolfgang

ITISVARESE
Posts: 56
Joined: Sat Jul 07, 2007 3:00 pm
Has thanked: 9 times
Been thanked: 3 times
Contact:

Re: Compilation fix for Vista

Post by ITISVARESE »

Hello,
also for me now V4 work on Vista SP2....
Thank for Your job!

PS: no "XXX: noticed text change" message.

saschech@gmx.de
Posts: 714
Joined: Wed Jan 31, 2007 12:41 pm
Has thanked: 1 time
Been thanked: 26 times
Contact:

Re: Compilation fix for Vista

Post by saschech@gmx.de »

Hallo Steve
PS: no "XXX: noticed text change" message. for me to.

regards Wolfgang

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

Re: Compilation fix for Vista

Post by medelec35 »

Thank you, and well done to Steve and any one else involved.
V4 now works on my PC, with no text changed message either.

One thing I did notice before and afterthe fix. The information window which displays 'Launching the compiler...' etc some times is totally white, until I click and hold left mouse key and highlight whole window. All the writing is then displayed.
Martin

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

Re: Compilation fix for Vista

Post by Steve »

Thanks, everybody.

I'm so relieved that we've found the root of the cause. One thing that you will notice is that you will not receive any messages from the compiler and linker (i.e. warnings and errors).

Now I know what caused the problem, I can now attempt to find a better solution...

Post Reply