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.
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
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).
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).
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).