PlanetSquires Forums

Support Forums => General Board => Topic started by: Ivan Iraola on September 17, 2012, 05:41:33 PM

Title: Error compiling using Jose's headers v 1.04
Post by: Ivan Iraola on September 17, 2012, 05:41:33 PM
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?
Title: Re: Error compiling using Jose's headers v 1.04
Post by: Ivan Iraola on October 05, 2012, 01:12:27 AM
Am I the only one with this issue?  :P
Title: Re: Error compiling using Jose's headers v 1.04
Post by: Marc van Cauwenberghe on October 05, 2012, 05:39:59 AM
Actually no. No problems at all.
So just changing the folder to and from 2 different folders gives the error?

Marc
Title: Re: Error compiling using Jose's headers v 1.04
Post by: Klaas Holland on October 05, 2012, 06:02:58 AM
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
Title: Re: Error compiling using Jose's headers v 1.04
Post by: Ivan Iraola on October 05, 2012, 10:36:01 AM
Thanks for the replies fellas, but, still, the same error occurs.
Title: Re: Error compiling using Jose's headers v 1.04
Post by: Marc van Cauwenberghe on October 05, 2012, 10:41:09 AM
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
Title: Re: Error compiling using Jose's headers v 1.04
Post by: Ivan Iraola on October 05, 2012, 10:54:10 AM
What really puzzles me is that putting back the previous version of the headers solves the problem, using 1.04 shows this error.
Title: Re: Error compiling using Jose's headers v 1.04
Post by: Paul Squires on October 05, 2012, 01:12:02 PM
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.
Title: Re: Error compiling using Jose's headers v 1.04
Post by: Ivan Iraola on October 05, 2012, 01:44:02 PM
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.