I'm new to PB, please help me



Hello everybody, it was a very long time, but now, i'm back (i hope for a while) and ready to write new asm libraries for PB



Code: Select all
DLL - not needed anymore, PB has its own lib for 'Library'
INI File - Should be same like PB 'Preferences' lib
System2 - PB has its own Date/Time commands now.
Numbers - PureBasic still hasnt the commands Min() / Max() ... well...
Registry - Most requested lib, doesnt work on Win2k+ (i think CloseRegKey() crashes..)
String2 - Space() not needed anymore, but StripAll() and especially
Using() are useful.
Using() is requested often by users and also UsingF() for Floats
would be very, very nice.
Maybe also UsingS() for Using a String in a String.
This is really really useful, but Fred still doesnt care... :(
Please see http://www.reelmediaproductions.com/pb/asmlibrary.html
for SkunkLib http://www.reelmediaproductions.com/pb/asmlib/skunklib.zip
This is a working version and i´ve fixed a bug in your Using() command.
I can send you new sources for Using().
System - Dunno about this lib, could be useful.
GUI Handler - Dunno
Taskbar - Dunno