jaPBe for PB 3.91 Beta

Developed or developing a new product in PureBasic? Tell the world about it.
GPI
PureBasic Expert
PureBasic Expert
Posts: 1400
Joined: Fri Apr 25, 2003 6:41 pm

jaPBe for PB 3.91 Beta

Post 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!
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post by Flype »

you are very fast 8)
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Post 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"
GPI
PureBasic Expert
PureBasic Expert
Posts: 1400
Joined: Fri Apr 25, 2003 6:41 pm

Post 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
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post 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
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
GPI
PureBasic Expert
PureBasic Expert
Posts: 1400
Joined: Fri Apr 25, 2003 6:41 pm

Post 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?
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6175
Joined: Sat May 17, 2003 11:31 am
Contact:

Post 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?
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB - upgrade incoming...)
( The path to enlightenment and the PureBasic Survival Guide right here... )
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

Yes, the path is correct..
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post 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?
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
GPI
PureBasic Expert
PureBasic Expert
Posts: 1400
Joined: Fri Apr 25, 2003 6:41 pm

Post 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?
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post 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 :-)
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post 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....
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post 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!
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post 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?
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
El_Choni
TailBite Expert
TailBite Expert
Posts: 1007
Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain

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