jaPBe has a quite big error.

Everything else that doesn't fall into one of the other PB categories.
josku_x
Addict
Addict
Posts: 997
Joined: Sat Sep 24, 2005 2:08 pm

jaPBe has a quite big error.

Post 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!
dracflamloc
Addict
Addict
Posts: 1648
Joined: Mon Sep 20, 2004 3:52 pm
Contact:

Post by dracflamloc »

Since jaPBe is abandoned, unless you wish to develop it yourself I recommend getting used to the new editor
josku_x
Addict
Addict
Posts: 997
Joined: Sat Sep 24, 2005 2:08 pm

Post 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!
User avatar
Paul
PureBasic Expert
PureBasic Expert
Posts: 1285
Joined: Fri Apr 25, 2003 4:34 pm
Location: Canada
Contact:

Re: jaPBe has a quite big error.

Post 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.
Post Reply