Page 29 of 104
Posted: Tue Jun 13, 2006 5:01 pm
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
Posted: Wed Jun 14, 2006 5:11 am
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
Posted: Wed Jun 14, 2006 5:55 am
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

Posted: Wed Jun 14, 2006 8:52 am
by gnozal
Posted: Wed Jun 14, 2006 4:30 pm
by chen
This link is for betas.
I know that it is for betas... but open a page related to other stuff....
Posted: Thu Jun 15, 2006 7:31 am
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.
Posted: Wed Jun 21, 2006 7:00 pm
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.
Posted: Wed Jun 21, 2006 7:26 pm
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
Posted: Thu Jun 22, 2006 4:05 pm
by gnozal
It's probably a purebasic bug with IncludeFile (see details in
http://purebasic.forum-gratuit.com/view ... 58&start=6) .
Posted: Thu Jun 22, 2006 4:06 pm
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" ?
Posted: Thu Jun 22, 2006 4:48 pm
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

Posted: Thu Jun 22, 2006 5:36 pm
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.
Posted: Thu Jun 22, 2006 5:59 pm
by gnozal
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.
Posted: Thu Jun 22, 2006 6:24 pm
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!
Posted: Thu Jun 22, 2006 7:53 pm
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.