jaPBe 3.13.4 [IDE for PB 4 and PB 5]

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

Moderator: gnozal

chen
Enthusiast
Enthusiast
Posts: 338
Joined: Fri Dec 23, 2005 2:20 pm
Location: Quebec, Canada
Contact:

Post by chen »

gnozal wrote:jaPBe 3.6.6 released


- Bugs fixed (and new bugs added)
- added 'Insert Declarations' in Project Menu [language file entries 528 - 529]
- added optional backup directory

Where I can download? the next link take me to other location

http://people.freenet.de/gnozal/jaPBeForPB400_beta.zip
sverson
Enthusiast
Enthusiast
Posts: 286
Joined: Sun Jul 04, 2004 12:15 pm
Location: Germany

Post by sverson »

chen wrote:
gnozal wrote:jaPBe 3.6.6 released


- Bugs fixed (and new bugs added)
- added 'Insert Declarations' in Project Menu [language file entries 528 - 529]
- added optional backup directory

Where I can download? the next link take me to other location

http://people.freenet.de/gnozal/jaPBeForPB400_beta.zip
You can find all links at page 1 / 1st post.

;-) sverson
chen
Enthusiast
Enthusiast
Posts: 338
Joined: Fri Dec 23, 2005 2:20 pm
Location: Quebec, Canada
Contact:

Post by chen »

sverson wrote:
chen wrote:
gnozal wrote:jaPBe 3.6.6 released


- Bugs fixed (and new bugs added)
- added 'Insert Declarations' in Project Menu [language file entries 528 - 529]
- added optional backup directory

Where I can download? the next link take me to other location

http://people.freenet.de/gnozal/jaPBeForPB400_beta.zip
You can find all links at page 1 / 1st post.

;-) sverson
I know.... that link is from the first page :wink:
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

chen wrote:Where I can download? the next link take me to other location
http://people.freenet.de/gnozal/jaPBeForPB400_beta.zip
This link is for betas.
The final versions : http://people.freenet.de/gnozal/jaPBeForPB400.zip
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
chen
Enthusiast
Enthusiast
Posts: 338
Joined: Fri Dec 23, 2005 2:20 pm
Location: Quebec, Canada
Contact:

Post by chen »

gnozal wrote:
chen wrote:Where I can download? the next link take me to other location
http://people.freenet.de/gnozal/jaPBeForPB400_beta.zip
This link is for betas.


I know that it is for betas... but open a page related to other stuff....
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

chen wrote:I know that it is for betas... but open a page related to other stuff....
It's a dead link when there is no current beta, so the 'other stuff' is the german freenet.de '404' page.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

Post by Shannara »

Any chance for socket tools support? When including the include files for socket tools, japbe the compiler will crash on including ... "cstools4.pbi". The crash only happens in jaPBe and not in the PB code editor.
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post by Flype »

hello gnozal,

can you have a look at this problem i encounter in jaPBe:
http://purebasic.forum-gratuit.com/viewtopic.php?t=5258
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
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Flype wrote:hello gnozal,

can you have a look at this problem i encounter in jaPBe:
http://purebasic.forum-gratuit.com/viewtopic.php?t=5258
It's probably a purebasic bug with IncludeFile (see details in http://purebasic.forum-gratuit.com/view ... 58&start=6) .
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 »

Shannara wrote:Any chance for socket tools support? When including the include files for socket tools, japbe the compiler will crash on including ... "cstools4.pbi". The crash only happens in jaPBe and not in the PB code editor.
What's in "cstools4.pbi" ?
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

Post by Shannara »

The following is that file :)

Can also be found @ http://www.purebasic.fr/english/viewtop ... cket+tools

Ack, nvm, cant post it since phpbb keeps cutting it off ...

Basically, tons of imports, constants, and structures. The file can be found in the above link :)
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

jaPBe 3.6.6 update

It's a 'threadsafe lib update'
- threadsafe libs (created with the Tailbite tool and option '/THRD') are build in the subsystem 'UserLibThreadSafe'. The '/THRD' option is at the moment only present in a personal Tailbite build, but I hope El_Choni will add this option in the future versions http://www.purebasic.fr/english/viewtop ... &start=392 .
- if a project is compiled with threadsafe enabled, jaPBe will automatically enable the 'UserLibThreadSafe' subsystem (if it exists) to use the threadsafe versions of the installed userlibraries. So using threadsafe userlibs is absolutely transparent to the user.
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 »

Shannara wrote:The following is that file :)

Can also be found @ http://www.purebasic.fr/english/viewtop ... cket+tools
Thanks, but could you be more precise ?
Do you have some example code that crashes ? If I compile just the 'cstools4.pbi' file, I got no crash.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

Post by Shannara »

Sorry about that :( Definately though. The Echo Server.pb example or even the Echo Client.pb example found in the file linked above @ ftp://ftp.catalyst.com/pub/cstools/supp ... basic4.zip

In the ...

\samples\EchoServer
\samples\EchoClient

directories.

Neither will run pressing F6 (Compiler/Debug). it keeps crashing.

I really hope this helps.

BTW: Thanks for the recent thread update!
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

@Shannara

I tried EchoClient.pb, just modified this :

Code: Select all

; Include SocketTools header files
IncludeFile "C:\PureBasic400\Program\Include\cstools4.pbi"
IncludeFile "C:\PureBasic400\Program\Include\cserror4.pbi"
IncludeFile "C:\PureBasic400\Program\Include\cstkey4.pbi"
I compiled with F6 : I got an error message 'DDL not found : CSTCPAPI.DLL', and that's all (there is no DLL in the ZIP, and the product download isn't a direct link). No crash.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Post Reply