Page 1 of 1

jaPBe has a quite big error.

Posted: Sun Oct 09, 2005 2:51 pm
by josku_x
Hello!
I have downloaded jaPBe and I started to see what's so good in it. then, I started to use Resources with jaPBe, (ofcourse I included the Resource file).. the problem is, when I compile my project jaPBe says this:

Error: Line 10 - in included file 'D:\Program Files\jaPBe\Include\system.pbi'
Line 150 - Structure not found: CHOOSECOLORAPI

I searched through google, but it seems I can't find solution to this. Why doesn't this work? Am I missing files?

thanks very much!

Posted: Sun Oct 09, 2005 3:50 pm
by dracflamloc
Since jaPBe is abandoned, unless you wish to develop it yourself I recommend getting used to the new editor

Posted: Mon Oct 10, 2005 11:50 am
by josku_x
the problem is, I know how to make a PORC resource file to use with PureBasic, but I don't know how to call the resources. :(

please help!

Re: jaPBe has a quite big error.

Posted: Mon Oct 10, 2005 4:37 pm
by Paul
josku_x wrote: Error: Line 10 - in included file 'D:\Program Files\jaPBe\Include\system.pbi'
Line 150 - Structure not found: CHOOSECOLORAPI

Am I missing files?


Quite a few of the structures have changed in the newer version of PureBasic.
In 3.92 this structure was named CHOOSECOLORAPI
In 3.94 this structure has changed to CHOOSECOLOR

Possibly it was wrong right from the start and someone finally corrected it?

That is the downside of PureBasic constantly changing... if apps written in PureBasic are not kept up to date, very soon the old source code will no longer compile without quite a number of modifications.