jaPBe 1.4.3.27

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

Post by GPI »

Shannara wrote:Ok, as for the declares bug mentioned earlier, you can simulate this by attempting to compile jaPBEe's own source, just pick a different directory from the source directory to spit out the EXE, and it bombs out.
Tested, no problems here.

What exact is the problem?
Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

Post by Shannara »

Reference: viewtopic.php?t=9373&start=30

Unfortunately, I think the new jaPBe code only works in 3.89 beta 2? So if trying to compile an older version of jaPBe, you will get the errors.
GPI
PureBasic Expert
PureBasic Expert
Posts: 1394
Joined: Fri Apr 25, 2003 6:41 pm

Post by GPI »

Shannara wrote:Reference: viewtopic.php?t=9373&start=30

Unfortunately, I think the new jaPBe code only works in 3.89 beta 2? So if trying to compile an older version of jaPBe, you will get the errors.
The actual code (that only i have at the moment): Yes.

And i don't have any older code...

But i never had this problem...
I always create my japbe.exe outside of my source-folder, because my source-folder is big (source, bitmaps, compressed files, backups, many backups...)
Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

Post by Shannara »

That's very weird. Oh well, Im in the process of writing an auto-declares plugin, in case anybody else runs into this problem. As it stands now , I have to manually create declare files :)
hm
User
User
Posts: 30
Joined: Mon Oct 27, 2003 12:15 pm
Location: Germany
Contact:

Post by hm »

Num3 wrote:1. You must run the Purebasic IDE once before you can run JaPBE, or it will bomb out giving no error.
I can confirm this.
GPI
PureBasic Expert
PureBasic Expert
Posts: 1394
Joined: Fri Apr 25, 2003 6:41 pm

Post by GPI »

hm wrote:
Num3 wrote:1. You must run the Purebasic IDE once before you can run JaPBE, or it will bomb out giving no error.
I can confirm this.
Found the problem:

IDE change in the regestry, that PBI is associated with ".pb".

jaPBe use this regestriy-keys to find out, where PureBasic is installed (you can change this in the preferences).

When jaPBe start and don't find any compiler, it doesn't initalised the main-window complete and so it crash.

One of first actions of japbe is the start of the compiler and then initalise the complete window. I forgot, that in some cases the compiler doesn't exist and so this mistake happen. solved for the next release.

about the second bug (2 double libs): I test this: no problem here. I got a Fatal-Compiler-Message and the compiler isn't started, but jaPBe works.
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

will this / current / latest version work with 3.90?
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
GPI
PureBasic Expert
PureBasic Expert
Posts: 1394
Joined: Fri Apr 25, 2003 6:41 pm

Post by GPI »

blueznl wrote:will this / current / latest version work with 3.90?
Try it :)


I have at the moment no problems.
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Post by Num3 »

GPI wrote:
blueznl wrote:will this / current / latest version work with 3.90?
Try it :)
I have at the moment no problems.
Well, it works, but always pop's this requester:

Image
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

then i'd better wait for gpi's next version before i switch to 3.90, can't work without japbe (yeah, i'm spoiled) iwant formatting and especially folding... (the regular ide doesn't do that, does it?)
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
dontmailme
Enthusiast
Enthusiast
Posts: 537
Joined: Wed Oct 29, 2003 10:35 am

Post by dontmailme »

It's fine on some sources and num3's error on others....... don't have the time to work out what causes it..... any ideas ?
Paid up PB User !
GPI
PureBasic Expert
PureBasic Expert
Posts: 1394
Joined: Fri Apr 25, 2003 6:41 pm

Post by GPI »

Num3 wrote:Well, it works, but always pop's this requester:
Can i have a small example-Code? Which OS do you use? What do the IDE (original Editor) with the code?
vkleonid
User
User
Posts: 15
Joined: Tue May 27, 2003 11:31 am

Post by vkleonid »

GPI
I too get the similar messages in jaPBe in mode "Compile/Debug" in some project.
Standard editor this does not show.
System: Win98 SE, PB 3.90
Dare2
Moderator
Moderator
Posts: 3321
Joined: Sat Dec 27, 2003 3:55 am
Location: Great Southern Land

Post by Dare2 »

When installing a new version of jaPBe, is it best to uninstall old one first or just instal over top?

Thanks.
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

It's not a JaPBE problem but a PB one. be sure to install the new 'Misc' lib found here: www.purebasic.com/update/
Post Reply