jaPBe 3.13.4 [IDE for PB 4 and PB 5]

All PureFORM, JaPBe, Libs and useful code maintained by gnozal

Moderator: gnozal

User avatar
Demivec
Addict
Addict
Posts: 4260
Joined: Mon Jul 25, 2005 3:51 pm
Location: Utah, USA

Post by Demivec »

gnozal wrote:Update

Changes :
- F5/F6 : now jaPBe adds the PBCompiler path to %PATH% before compiling to ensure the 3D engine DLLs are in the path
Thanks! I can now continue working on my code in JaPBe ( I had had to temporarily switch to the PureBasic IDE before the update). :D
ricardo
Addict
Addict
Posts: 2438
Joined: Fri Apr 25, 2003 7:06 pm
Location: Argentina

Post by ricardo »

Its possible to change jaPBe text in titlebar?
I have 3 jaPBes installed (once for each version of PB im suing, depending on project) and need to indentify it easilly. (I want to put on jaPBe title bar the PB version if possible).
eriansa
Enthusiast
Enthusiast
Posts: 277
Joined: Wed Mar 17, 2004 12:31 am
Contact:

jaPBe -> equivalent to....

Post by eriansa »

What's the equivalent to PB-IDE's :
"Create temporary executable in the source directory"
:?:
User avatar
AL90
Enthusiast
Enthusiast
Posts: 217
Joined: Fri Sep 16, 2005 7:47 pm
Location: Germany
Contact:

Post by AL90 »

Hello gnozal,

JaPBe has a very long starting-time (about 15 secounds) when I enable
the option Load constants from residents. This problem was also
some versions earlyer. Please do you can fix it ?

BTW:
It is possible also again fix the F1 hotkeys for APIs ?
stef
New User
New User
Posts: 7
Joined: Fri Apr 15, 2005 11:03 am
Location: Derbyshire, UK

Post by stef »

Hi,

Have been happily running with PB v 4.00 and an earlier version of jaPBe v3

Tonight decided to get up to date and have installed PB v4.20 and the latest incarnation of jaPBe 3.8.5.701

New version of PB launches fine. But if I try running jaPBe it complains with ...

Can't initialise compiler.
PBCompiler: 2 OS functions have the same name: DirectInputCreate_() ...

Tried launching my previous version of jaPBe (I'd not got rid of it yet) with exactly the same error message.

Any ideas anyone?

Stef
milan1612
Addict
Addict
Posts: 894
Joined: Thu Apr 05, 2007 12:15 am
Location: Nuremberg, Germany
Contact:

Post by milan1612 »

Try a fresh install in a different folder...
Windows 7 & PureBasic 4.4
stef
New User
New User
Posts: 7
Joined: Fri Apr 15, 2005 11:03 am
Location: Derbyshire, UK

Post by stef »

stef wrote:Hi,
Can't initialise compiler.
PBCompiler: 2 OS functions have the same name: DirectInputCreate_() ...

Any ideas anyone?

Stef
Sorted it. Cleared the PB folders and did a clean install.

All fine now :-) . . . but was in a panic with a few projects on the go.

Stef
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Re: jaPBe -> equivalent to....

Post by gnozal »

eriansa wrote:What's the equivalent to PB-IDE's :
"Create temporary executable in the source directory"
:?:
There isn't.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

ricardo wrote:Its possible to change jaPBe text in titlebar?
I have 3 jaPBes installed (once for each version of PB im suing, depending on project) and need to indentify it easilly. (I want to put on jaPBe title bar the PB version if possible).
Currently, there is no such option.
Note that jaPBe reports the PB compiler version in the log at startup.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
Demivec
Addict
Addict
Posts: 4260
Joined: Mon Jul 25, 2005 3:51 pm
Location: Utah, USA

Post by Demivec »

ricardo wrote:Its possible to change jaPBe text in titlebar?
I have 3 jaPBes installed (once for each version of PB im suing, depending on project) and need to indentify it easilly. (I want to put on jaPBe title bar the PB version if possible).
@ricardo: here's a crazy work-around idea. You could create an empty file that has the name of each version of PB, (i.e. PB v4.10 .pb, etc.) and have it be the first one loaded in JaPBe in each respective JaPBe you have open. This would inform you which installation you were using by looking at the first program tab (because it would show the empty file with the version# in it's filename).

I hope that makes sense. It won't show in the taskbar, but should give you quick idea of what's there when you switch to each JaPBe version. Along a similar track, you could use different color schemes for a visual indicator also.
User avatar
Kukulkan
Addict
Addict
Posts: 1396
Joined: Mon Jun 06, 2005 2:35 pm
Location: germany
Contact:

Post by Kukulkan »

Hi Gnozal,

I need this feature, too! My application needs a lot of data from the installation folder like language-file, default-configuration and a special DLL etc. This is data I need to store in the application path as I like to distribute it on USB Sticks. Now, I need to compile and start the tool each time manually. A "Create temporary executable in the source directory" option would help me very much!

Please... :!:

Kukulkan
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Should it be a global (CTRL + P) or local (F8) option ?
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Update

Changes :
- added 'Create temp EXE in source dir' in project options
- added PB Compiler version in jaPBe title bar
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Post by Mistrel »

I don't use JaPBe but I like PureBasic IDE's method of enabling it on a per-source basis. I only need it for specific projects.
User avatar
Kukulkan
Addict
Addict
Posts: 1396
Joined: Mon Jun 06, 2005 2:35 pm
Location: germany
Contact:

Post by Kukulkan »

Hi gnozal,

A project-option would be best I think (Project -> Project Options). A global definition would be ok, too.

Kukulkan
Post Reply