Page 1 of 2
PBOSL4 Alpha 1 for PureBasic 4.0 Beta
Posted: Sun Feb 05, 2006 12:23 am
by ts-soft
PBOSL4 Alpha 1 for PureBasic 4.0 Beta
"pbosl4_win_binary.zip", included following libraries:
PBOSL_AppRunning
PBOSL_AnimSprite
PBOSL_BriefLZ
PBOSL_CPUmonitor
PBOSL_CRYPTION
PBOSL_DDE
PBOSL_LoadDllMemory
PBOSL_OOP
PBOSL_SkinWin
PBOSL_SkinWinFast
PBOSL_Timer
PBOSL_ToolbarPro
PBOSL_TryCatch (rewritten by Remi Meier)
PBOSL_Vector
"pbosl4_win_examples.zip" Examples for the libraries
please, test it and post changes
more libs in the next weeks
http://purebasic.ts-soft-online.de/dl/p ... binary.zip (158 KB)
http://purebasic.ts-soft-online.de/dl/p ... amples.zip (3,0 MB)
Posted: Sun Feb 05, 2006 12:56 am
by Dare2
Wow, That was fast!
Posted: Sun Feb 05, 2006 1:11 am
by ts-soft
Dare2 wrote:Wow, That was fast!
no problem, all c or asm libs

, only changed the examples a little bit
Posted: Sun Feb 05, 2006 2:36 am
by netmaestro
Timer functions are working well, I tested those out

Posted: Sun Feb 05, 2006 8:23 pm
by remi_meier
What's up with TryCatch lib? It compiles perfectly with PB4 for me? And
no error at all

Posted: Sun Feb 05, 2006 8:53 pm
by ts-soft
remi_meier wrote:What's up with TryCatch lib? It compiles perfectly with PB4 for me? And
no error at all

sorry, i have a problem with the desc file, the last version give me 2 errors. Please correct this and i will update.
Please contact me in german

Posted: Tue Feb 07, 2006 12:31 pm
by Anden
Having a little problem with "SetTBbuttonTooltip" (ToolbarProLib) here:
"Compiler Error: Bad parameter type, number expected instead of string"
Could you have a look, pleeeaaase

Posted: Tue Feb 07, 2006 12:34 pm
by Dare2
Quick guess here: If you're using:
Code: Select all
SetTBbuttonTooltip( #ButtonID, Tooltip$ )
May need to change it to
Code: Select all
SetTBbuttonTooltip( #ButtonID, @Tooltip$ )
As I think PureBasic is now forcing string addresses to be, um, explicit - if that is the word.
Posted: Tue Feb 07, 2006 1:04 pm
by Fred
Or change the .desc to tell it's a String instead of a Long.
Posted: Tue Feb 07, 2006 2:00 pm
by ts-soft
Fred wrote:Or change the .desc to tell it's a String instead of a Long.
In the desc is a long, i will change and test it
thx for information.
Posted: Tue Feb 07, 2006 6:41 pm
by ts-soft
fixed: Bug with Strings
added: Helpfile
added: AnimSprite
added: TryCatch (rewritten by Remi Meier)
Posted: Fri Feb 10, 2006 2:43 am
by ts-soft
CVS (webPM) updatet
New Projects for PB4:
DOCS4
Examples4
Source4
Posted: Fri Feb 10, 2006 1:55 pm
by ts-soft
3 Libs added:
PBOSL_CRYPTION
PBOSL_DDE
PBOSL_RFile
Posted: Sat Feb 11, 2006 7:58 am
by netmaestro
Tested the text encryption commands, they are not returning the string to it's original state for me. Not working, imho.
Posted: Sat Feb 11, 2006 8:32 am
by ts-soft
I have testet with the example and a 4,2 MB Textfile without problems.
Unicode not supported !
I will check it, thx for report