jaPBe for PB 3.91 Beta
jaPBe for PB 3.91 Beta
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!
http://caosandkin.bei.t-online.de/pureb ... /jaPBe.zip
WARNING: This Version don't work with older PB-Versions!
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
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
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
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
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
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... )
( The path to enlightenment and the PureBasic Survival Guide right here... )
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
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
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
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
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?
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?
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
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
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
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....
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
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
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!
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
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
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?
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
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
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?Looks like it almost has to be SQLite - just eliminates the PV userlibs..
Weird thing is that you don't have this problem with the PB IDE, as you say.
El_Choni

