I installed the new headers and I get THIS (http://i.imgur.com/OWyV0.jpg) error everytime I compile, if I install the previous version works fine.
Am I missing something?
Am I the only one with this issue? :P
Actually no. No problems at all.
So just changing the folder to and from 2 different folders gives the error?
Marc
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
Thanks for the replies fellas, but, still, the same error occurs.
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
What really puzzles me is that putting back the previous version of the headers solves the problem, using 1.04 shows this error.
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.
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.