Error compiling using Jose's headers v 1.04

Started by Ivan Iraola, September 17, 2012, 05:41:33 PM

Previous topic - Next topic

Ivan Iraola

I installed the new headers and I get THIS error everytime I compile, if I install the previous version works fine.

Am I missing something?
Android App Developer
http://www.uncledroid.com

Ivan Iraola

Android App Developer
http://www.uncledroid.com

Marc van Cauwenberghe

Actually no. No problems at all.
So just changing the folder to and from 2 different folders gives the error?

Marc

Klaas Holland

Try this in the FF_AppStart


#COMPILE Exe "//PROJECT_NAME//.exe"

' #BLOAT <num_expr>
' #COMPILER PBWIN
' #DEBUG ERROR ON|OFF
' #DIM ALL|NONE
' #OPTION {LARGEMEM32 | VERSION3 | VERSION4 | VERSION5 | WIN95 | ANSIAPI}
' #REGISTER {ALL | DEFAULT | NONE}
' #TOOLS [ON|+ | OFF|-]
' #STACK <num_expr>
' #ALIGN <boundary>
' #UNIQUE VAR [ON|OFF]

' FireFly will automatically replace the JOSEINCLUDES token (DO NOT DELETE THIS TOKEN)
//JOSEINCLUDES//

' Place your user defined Declares, Constants, and #Include files below this line. FireFly will not
' parse any of your defined #Include files - it simply includes it in the final generated code.
' -------------------------------------------------------------------------------------------------

This is what a new Project says.

Klaas

Ivan Iraola

Thanks for the replies fellas, but, still, the same error occurs.
Android App Developer
http://www.uncledroid.com

Marc van Cauwenberghe

Hi Ivan.
Just to come back to this. So the only difference are the 2 mappings in the 'Powerbasic Windows 10' section of the 'Enviroment Options' in the Tools Menu?

Marc

Ivan Iraola

What really puzzles me is that putting back the previous version of the headers solves the problem, using 1.04 shows this error.
Android App Developer
http://www.uncledroid.com

Paul Squires

Did you try loading the CODEGEN_*_MAIN.BAS file into JPro, Shed, or PBEdit and compile it from there? You may get a better positioning of where the error is actually located.
Paul Squires
PlanetSquires Software

Ivan Iraola

Ok, made some progress, this is what I get

Error 493 in C:\Stash\TEST123.bas(29:015):  Compiler file not found/accessible
  Line 29: #INCLUDE ONCE "GDIPlus.inc" 


Hmmm, now that I re-unZipped the file I see there's a CRC error, re-downloading the file solved the problem, I guess when I got the headers file, since the download took forever something went wrong, this time it took only a few seconds to download.

Ok, Thanks everyone.
Android App Developer
http://www.uncledroid.com