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 »

Tomi wrote:is there a version compatible with PB 4.0?
The actuall version is for PB4.20, if some lib doesn't work load the sourcepackage and compile it new (no changes required)
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
Tomi
Enthusiast
Enthusiast
Posts: 270
Joined: Wed Sep 03, 2008 9:29 am

Post by Tomi »

I need ToolBarPro only for v4.0
but in first post is a link for v3.94
it don't work in v4.0
if is a link for 4.2 please me maybe work in v4.0 :cry:
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 »

should work, but if not so use this:
http://www.purebasic.fr/english/viewtop ... 261#180261
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
DarkDragon
Addict
Addict
Posts: 2218
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Post by DarkDragon »

Tomi wrote:if is a link for 4.2 please me maybe work in v4.0 :cry:
http://pbosl.purearea.net/index.php?site=Libs

How about there? Look at the main page of PBOSL, not at the forumpostings.
bye,
Daniel
User avatar
Tomi
Enthusiast
Enthusiast
Posts: 270
Joined: Wed Sep 03, 2008 9:29 am

Post by Tomi »

Thanks all
I 'm download and checking it now, very ty to ts-soft and DarkDragon for great help :)
Baldrick
Addict
Addict
Posts: 860
Joined: Fri Jul 02, 2004 6:49 pm
Location: Australia

Post by Baldrick »

@ts-soft,
Sorry to bother you but I think you seem to be the 1 in charge of the pbosl libs.
I am just wondering if you have any sort of a guide for me regarding updates to these lib files when they become broken due to PB upgrades?
I am asking as I have a couple of projects using the Sqlite3 lib from the pbosl which now appears to me to be broken by the 4.2 to 4.3 beta update of PB. ( I am getting a compiler error stating "Purelibrary is missing: String Extension". Which I find is a change from the 4.2 lib of "StringExtension" to a new replacement lib in 4.3 as "String". )
In my case I am in no rush as they are not current projects I am working on, rather they are older 1's which I do like to keep updateable which have shown as broken with this current PB upgrade process.
User avatar
Rings
Moderator
Moderator
Posts: 1427
Joined: Sat Apr 26, 2003 1:11 am

Post by Rings »

if someone of you got troubles with PBOSL
and newer PB versions,
remember that the libs comes with full source.
Luke, use the source
Feel free to use the source!!!

For the fortcomming 4.3 release, we plan to redesign
the PBOSL as pure Includefile(s).
A lot of problems will be gone after this
( Thread,Unicode,X64 ) change .
Also the license will be change to a more user friendly.

If some of the PBOSL authors read that here, feel free to
contact us.
SPAMINATOR NR.1
Tranquil
Addict
Addict
Posts: 949
Joined: Mon Apr 28, 2003 2:22 pm
Location: Europe

Post by Tranquil »

I tried:

Code: Select all

  ExamineProcesses()
  While NextProcess()
   Pid = GetProcessPID()
   ProcName.s = GetProcessName(Pid)
   ;If ProcName <> "" And ProcName <> "Unknow process"
    Debug "Master process "+ProcName.s

   ;EndIf
  Wend
in unicode and ThreadSave using the dedicated Subsystem for this settings results in wrong empty results. Using ANSI all works fine. Some hints on this?
Tranquil
User avatar
Rings
Moderator
Moderator
Posts: 1427
Joined: Sat Apr 26, 2003 1:11 am

Post by Rings »

Tranquil wrote:I tried:

Code: Select all

  ExamineProcesses()
  While NextProcess()
   Pid = GetProcessPID()
   ProcName.s = GetProcessName(Pid)
   ;If ProcName <> "" And ProcName <> "Unknow process"
    Debug "Master process "+ProcName.s

   ;EndIf
  Wend
in unicode and ThreadSave using the dedicated Subsystem for this settings results in wrong empty results. Using ANSI all works fine. Some hints on this?
one post before is the solution.
SPAMINATOR NR.1
Tranquil
Addict
Addict
Posts: 949
Joined: Mon Apr 28, 2003 2:22 pm
Location: Europe

Post by Tranquil »

I took a look on the sources but without a clue. I till use 4.20. forgott to mentioned.
Tranquil
SFSxOI
Addict
Addict
Posts: 2970
Joined: Sat Dec 31, 2005 5:24 pm
Location: Where ya would never look.....

Re: PBOSL - A OpenSource Library-Collection for PureBasic

Post by SFSxOI »

A realy old thread, yes, but the proper place to ask this I think. Will the PBOSL library ever be updated again for PB 4.4 (and beyond) or is continued development on this library really dead?
The advantage of a 64 bit operating system over a 32 bit operating system comes down to only being twice the headache.
Amundo
Enthusiast
Enthusiast
Posts: 191
Joined: Thu Feb 16, 2006 1:41 am
Location: New Zealand

Re: PBOSL - A OpenSource Library-Collection for PureBasic

Post by Amundo »

Will the PBOSL library ever be updated again for PB 4.4
By "updated", do you mean "re-tailbitten"? The sources are available for anyone to do it themselves.
Win8.1, PB5.x, okayish CPU, onboard video card, fuzzy monitor (or is that my eyesight?)
"When the facts change, I change my mind" - John Maynard Keynes
SFSxOI
Addict
Addict
Posts: 2970
Joined: Sat Dec 31, 2005 5:24 pm
Location: Where ya would never look.....

Re: PBOSL - A OpenSource Library-Collection for PureBasic

Post by SFSxOI »

I think I really meant "continued development" as in adding to it possibly?
The advantage of a 64 bit operating system over a 32 bit operating system comes down to only being twice the headache.
User avatar
greyhoundcode
Enthusiast
Enthusiast
Posts: 108
Joined: Sun Dec 30, 2007 7:24 pm

Re: PBOSL - A OpenSource Library-Collection for PureBasic

Post by greyhoundcode »

I think there is a problem on this page: pbosl.purearea.net/index.php?site=Libs.

Also, what about a dummies guide link for real idiots like myself? Where to unpack the libraries, where to place the helpfile etc... Just a suggestion!
jassing
Addict
Addict
Posts: 1745
Joined: Wed Feb 17, 2010 12:00 am

Re:

Post by jassing »

ts-soft wrote:
Tomi wrote:is there a version compatible with PB 4.0?
The actuall version is for PB4.20, if some lib doesn't work load the sourcepackage and compile it new (no changes required)
I had errors using sqlite3, so I download pellesc, nasm,tailbite.
I modified setup.bat and ran make.bat
Got errors on just about every build from tailbite.
Post Reply