Page 1 of 5
jaPBe for PB 3.91 Beta
Posted: Sun May 02, 2004 2:29 pm
by GPI
because of the new linker, a new jaPBe-Version is necassary.
http://caosandkin.bei.t-online.de/pureb ... /jaPBe.zip
WARNING: This Version don't work with older PB-Versions!
Posted: Sun May 02, 2004 2:48 pm
by Flype
you are very fast

Posted: Sun May 02, 2004 3:45 pm
by Num3
When i select an icon for the main exe and start compilation, jaPBe reports the following error:
"E:\PB_Beta\Compilers\_jaPBe_0.rc"
Line2: "file name, directory, or volume label syntax is incorrect"
_jaPBe_0.rc file:
LANGUAGE 0x0, 0x0
1 Icon "e:\documentos\Code\bot\gfx\normal.ico"
Posted: Sun May 02, 2004 4:52 pm
by GPI
Edit:
Found the bug
PORC see the filename in "" as a "C-String", which means, that "\n" is interpreted as a newline (chr(13)+chr(10)).
Here the bufixed version:
http://caosandkin.bei.t-online.de/pureb ... 91beta.zip
Posted: Mon May 03, 2004 10:03 pm
by Karbon
I still can't seem to compile my project with jaPBE.. A window titled "Linker Error" with the text "no message"
Code compiles OK with the PB IDE
Posted: Mon May 03, 2004 10:46 pm
by GPI
Karbon wrote:I still can't seem to compile my project with jaPBE.. A window titled "Linker Error" with the text "no message"
Code compiles OK with the PB IDE
Is the path of PB in the preferences correct?
Posted: Tue May 04, 2004 12:10 am
by blueznl
i don't have the latest version here (using 3.90) but shouldn't right clocking on a var (right side of screen) or proc ('restyle') not change all occurances of that item throughout the source?
Posted: Tue May 04, 2004 1:35 am
by Karbon
Yes, the path is correct..
Posted: Tue May 04, 2004 9:45 pm
by Karbon
I'm a pest and didn't realize how much I need jaPBE! Any news on the 3.91B "no message" bug, GPI?
Posted: Wed May 05, 2004 4:48 pm
by GPI
I can't reproduce this error. But in the german forum somebody has the same problem. He relised, that simple program work. Do you have installed any Userlibraries? (when yes, which).
Also try this:
Deinstall japbe and Purebasic (save the datakey - File in compilers-directory) complete und reinstall it.
Edit: What System do you use? XP? Maybe with SP2?
Posted: Wed May 05, 2004 5:08 pm
by Karbon
XP, not SP2..
I'm using MoreListIcon, PureVision's PV_Gadgets userlib, SQLite, EC_ImagePluginOLE, CGI and that is it..
Thing is - the PB IDE lets me compile it just fine, I don't even get any warnings when I compile it from the command line.
I will do some tests and determine which of the userlibs hates jaPBE

Posted: Wed May 05, 2004 5:21 pm
by Karbon
Ooooook.. Looks like it's either SQLite or one of the PV userlibs that jaPBE hates...
I'm going to dig into the japbe source in a few and see if I can't figure it out.. Maybe the return value of the linker or soemthing isn't quite right? The code compiles so it doesn't look like it is really an error....
Posted: Wed May 05, 2004 5:25 pm
by Karbon
Looks like it almost has to be SQLite - just eliminates the PV userlibs..
I can compile other projects fine with jaPBE, but they didn't use SQLite.. See if the others reporting the problem use SQLite too....
Thanks!
Posted: Wed May 05, 2004 5:44 pm
by Karbon
I'm not sure what just happened, but it magically started working after I added some onError code (then took it away)..
Some persistent error maybe?
Posted: Wed May 05, 2004 5:45 pm
by El_Choni
Looks like it almost has to be SQLite - just eliminates the PV userlibs..
It's impossible, there are no file operations in the SQLite lib. You say it deletes them, or doesn't link the PV userlibs when used togheter?
Weird thing is that you don't have this problem with the PB IDE, as you say.