Page 13 of 16
Posted: Sat Jun 02, 2007 9:11 am
by ts-soft
You're welcome

Posted: Sat Jun 02, 2007 9:58 am
by Inf0Byt3
Hello again. The lib seems to work perfectly. However, I have got a problem with the Service and the Global shared memory lib in both PB4.02 and 4.10 when threadsafe is enabled. Whenever I compile my service, it crashes after a few seconds. I have no idea why it does that. I know I didn't supply enough information now, i'll try to make a code example and post it here.
Posted: Sat Jun 02, 2007 10:08 am
by ts-soft
When the only problem is, it run not in threadsafe, i remove the threadsafe
version. I will only create libs with subsystem, if the lib run without changes.
No time for extra sausage

Posted: Wed Jun 13, 2007 6:30 pm
by byo
Nice, ts-soft. Good work.
SQLite functions still don't work though.

And it's one of the only libs I use because of that.
But keep up the good work nonetheless!
Posted: Wed Jun 13, 2007 6:37 pm
by ts-soft
> SQLite functions still don't work though
I will check this after PB4.1 final is released. You can use this includefile:
http://www.purebasic.fr/english/viewtop ... 667#194667
Userlibs not always the best way.
Posted: Wed Jun 13, 2007 6:41 pm
by byo
Thank you. I'm using that Include file already.

It's just that I'll have to do a major change in my code and I have 10 include files of code to change.
When it's done, I'll probably post here on this forum.
BTW, your libs and invaluable help are highly appreciated.
Posted: Wed Jun 13, 2007 6:47 pm
by ts-soft
>> BTW, your libs and invaluable help are highly appreciated.
thanks, but the libs a from the authors, not from me!
Posted: Wed Jul 04, 2007 5:09 pm
by ts-soft
New PBOSL-Maintainer
DarkDragon is now the PBOSL leader, gratulation
I have no time the next month, so it's better that another make the work for
PBOSL.
regards
Thomas
Posted: Wed Jul 04, 2007 5:16 pm
by DarkDragon
ts-soft wrote:gratulation
Thanks.
Posted: Wed Jul 04, 2007 10:36 pm
by Rescator
*watches DarkDragon go for world domination*

Posted: Sun Jul 22, 2007 8:14 pm
by Konne
I downlaoded the Sources, but can't find the <PBOSL.h>. Where can I download it.
Posted: Sun Jul 22, 2007 9:08 pm
by ts-soft
Konne wrote:I downlaoded the Sources, but can't find the <PBOSL.h>. Where can I download it.
you must search
PBOSL_SRC\PBOSL4\LIBS4\PBOSL.h
Posted: Sun Jul 22, 2007 11:28 pm
by Konne
Ain't there. There are only the dirs "ASM" and "C". Maybe someone can post it please.
Posted: Sun Jul 22, 2007 11:39 pm
by ts-soft
Konne wrote:Ain't there. There are only the dirs "ASM" and "C". Maybe someone can post it please.
In the directory, you found the ASM and C subdirectory, there is PBOSL.h
Posted: Sun Jul 22, 2007 11:52 pm
by Sveinung
@ts-soft
Can you fix the "CiperExtension" problem in DBin. I use PB 4.10 Beta2.
Don't know how to fix it my self
Edit: Fixed it my self
Sveinung