Page 15 of 16

Posted: Wed Sep 10, 2008 4:42 pm
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)

Posted: Wed Sep 10, 2008 6:11 pm
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:

Posted: Wed Sep 10, 2008 6:15 pm
by ts-soft
should work, but if not so use this:
http://www.purebasic.fr/english/viewtop ... 261#180261

Posted: Wed Sep 10, 2008 6:29 pm
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.

Posted: Thu Sep 11, 2008 7:34 am
by Tomi
Thanks all
I 'm download and checking it now, very ty to ts-soft and DarkDragon for great help :)

Posted: Sun Sep 21, 2008 5:04 am
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.

Posted: Sun Sep 21, 2008 12:27 pm
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.

Posted: Wed Oct 15, 2008 10:12 am
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?

Posted: Wed Oct 15, 2008 10:19 am
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.

Posted: Wed Oct 15, 2008 10:23 am
by Tranquil
I took a look on the sources but without a clue. I till use 4.20. forgott to mentioned.

Re: PBOSL - A OpenSource Library-Collection for PureBasic

Posted: Fri Dec 25, 2009 5:17 pm
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?

Re: PBOSL - A OpenSource Library-Collection for PureBasic

Posted: Mon Dec 28, 2009 12:17 pm
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.

Re: PBOSL - A OpenSource Library-Collection for PureBasic

Posted: Fri Jan 01, 2010 7:37 pm
by SFSxOI
I think I really meant "continued development" as in adding to it possibly?

Re: PBOSL - A OpenSource Library-Collection for PureBasic

Posted: Mon Feb 22, 2010 7:45 pm
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!

Re:

Posted: Wed Mar 03, 2010 2:31 pm
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.