PBOSL - A OpenSource Library-Collection for PureBasic

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post by ts-soft »

>> I will take thes in the help with WebPM but not if TsSoft is disagrea
you can all change on webPM, no problem :wink:
I test it, when bad i restore old version :twisted:

please check the source of PBOSL.res (PBOSL.pb) If the constants declared, add it to the help

thx

regards
Thomas
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
Gansta93
Enthusiast
Enthusiast
Posts: 238
Joined: Wed Oct 20, 2004 7:16 pm
Location: The Village
Contact:

Post by Gansta93 »

ts-soft wrote:>> I will take thes in the help with WebPM but not if TsSoft is disagrea
you can all change on webPM, no problem :wink:
I test it, when bad i restore old version :twisted:

please check the source of PBOSL.res (PBOSL.pb) If the constants declared, add it to the help

thx

regards
Thomas
I'm going to check. But I think thes constents are declared by default with PureBasic.
Be seeing you! :-)

Gansta93
If you speak french, you can visite Le Monde de Gansta93 (Gansta93's World)
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post by ts-soft »

>> are declared by default with PureBasic
it's right, add it to help please :)
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post by ts-soft »

PBOSL_Vector for Linux added

Some TailBite Libs contexthelp added
thx to El_Choni
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
Gansta93
Enthusiast
Enthusiast
Posts: 238
Joined: Wed Oct 20, 2004 7:16 pm
Location: The Village
Contact:

Post by Gansta93 »

I have just submited a lib but I'm asking myself if a lib must be published before being submited to PBOSL... :?:
Be seeing you! :-)

Gansta93
If you speak french, you can visite Le Monde de Gansta93 (Gansta93's World)
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post by ts-soft »

Gansta93 wrote:I have just submited a lib but I'm asking myself if a lib must be published before being submited to PBOSL... :?:
No, it's okay. I will test the lib .... , and it's going the normally way.
After publishing, i transfer the lib to webPM and you can update it, for errorcorrection or more enhancements :wink:
I will testing the lib tomorrow

thx

regards
Thomas
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
Gansta93
Enthusiast
Enthusiast
Posts: 238
Joined: Wed Oct 20, 2004 7:16 pm
Location: The Village
Contact:

Post by Gansta93 »

OK, understand.
Thx for your fast answer. :-D
Be seeing you! :-)

Gansta93
If you speak french, you can visite Le Monde de Gansta93 (Gansta93's World)
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post by ts-soft »

New lib, Win9xService, by Gangsta93 added
the lib is only for win9x users!

the help found you under "Misc"
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
Gansta93
Enthusiast
Enthusiast
Posts: 238
Joined: Wed Oct 20, 2004 7:16 pm
Location: The Village
Contact:

Post by Gansta93 »

Hello,

When compiling the libraries with TailBite, be carful with the name of the help file. You must type PBOSL.chm. By default, all lib are compiled with PBOSL_LibName.chm and not PBOSL.chm (I've just tried with two libs).
Be seeing you! :-)

Gansta93
If you speak french, you can visite Le Monde de Gansta93 (Gansta93's World)
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post by ts-soft »

the Libs all compiled by batch, with the same name for lib: PBOSL
a feature of TailBite 1.3 beta.
Some functions don't work :oops: . I hope we can repair this mistake
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
Gansta93
Enthusiast
Enthusiast
Posts: 238
Joined: Wed Oct 20, 2004 7:16 pm
Location: The Village
Contact:

Post by Gansta93 »

ts-soft wrote:the Libs all compiled by batch, with the same name for lib: PBOSL
a feature of TailBite 1.3 beta.
Some functions don't work :oops: . I hope we can repair this mistake
But if I look into a lib, I can read PBOSL_LibName.chm... strange. I have just downloaded the newest version of tailbite.
Be seeing you! :-)

Gansta93
If you speak french, you can visite Le Monde de Gansta93 (Gansta93's World)
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post by ts-soft »

I see the problem, but all tailbite libs generatet with this in batch:
@echo compiling: %1
"%PBDIR%\TailBite\TailBite.exe" "%PBOSLDIR%\LIBS\PB\%1\Source\%1.pb" /CHM:PBOSL /QUIET
i don't know :roll:
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
Gansta93
Enthusiast
Enthusiast
Posts: 238
Joined: Wed Oct 20, 2004 7:16 pm
Location: The Village
Contact:

Post by Gansta93 »

I have errors when I use Make.bat. A lot of lib have "synthax error" on compiling with TailBite. Is it because I use Win 98 SE ?
Be seeing you! :-)

Gansta93
If you speak french, you can visite Le Monde de Gansta93 (Gansta93's World)
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post by ts-soft »

Gansta93 wrote:I have errors when I use Make.bat. A lot of lib have "synthax error" on compiling with TailBite. Is it because I use Win 98 SE ?
I have no test compiling under win98. I will do this tomorrow.
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
Gansta93
Enthusiast
Enthusiast
Posts: 238
Joined: Wed Oct 20, 2004 7:16 pm
Location: The Village
Contact:

Post by Gansta93 »

ts-soft wrote:
Gansta93 wrote:I have errors when I use Make.bat. A lot of lib have "synthax error" on compiling with TailBite. Is it because I use Win 98 SE ?
I have no test compiling under win98. I will do this tomorrow.
Thx. :-D
Be seeing you! :-)

Gansta93
If you speak french, you can visite Le Monde de Gansta93 (Gansta93's World)
Post Reply