Gnozal libraries for PB4.xx
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Gnozal libraries for PB4.xx
I get more and more PMs and E-mails, so I decided to release my BETA libraries for PB4.
Please note this is a BETA release :
- code adapted for PB4
- compiled with PB4 final and Tailbite 1.3 PR 1.4
There are still some bugs in Tailbite.
Still to do :
- wait for Tailbite final : DONE
- update examples : DONE
- update help files : DONE
- eventually fix PB3.94-> PB4.00 conversion bugs : DONE
Download : << obsolete link >> [ see http://freenet-homepage.de/gnozal/ ]
All my libs have been updated for PB4.00
Please note this is a BETA release :
- code adapted for PB4
- compiled with PB4 final and Tailbite 1.3 PR 1.4
There are still some bugs in Tailbite.
Still to do :
- wait for Tailbite final : DONE
- update examples : DONE
- update help files : DONE
- eventually fix PB3.94-> PB4.00 conversion bugs : DONE
Download : << obsolete link >> [ see http://freenet-homepage.de/gnozal/ ]
All my libs have been updated for PB4.00
Last edited by gnozal on Tue Oct 23, 2007 9:59 am, edited 4 times in total.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
I have updated the examples and help files for the following libraries :
Note : I now use an installer ( http://www.purebasic.fr/english/viewtopic.php?t=18514 ). The installer is basically a self-extracting ZIP archive. This means the advanced user can open it with WinRAR or any other archiver to extract the files like he would do with a ZIP archive. The library's description is located is the 'File_Id.Diz" file.
Still to do :
- recompile with Taiblite final ;
- eventually fix some conversion bugs.
You can download them from my site.LIBs wrote:PureLPRINT library
- LPRINT like functions (direct access to printer)
PureSMTP library
- send e-mails (with files attachements) supports POP3 and SMTP AUTH
PurePOP3 library
- POP3 functions (get messages including attachments from POP3 server)
PureCOLOR library
- coloring gadgets (text and back colors) and much more
PureLVSORT library
- sorting ListIcon gadgets (manually or after a LVN_COLUMNCLICK event)
PureRESIZE library
- automatically resizing gadgets after a WM_SIZE event, monitoring windows
PureBriefLZ library
- wrapper to the BriefLZ static library by Ibsen software (fast compression)
PureZIP library
- provides ZIP and UNZIP functions (uses ZLIB static library)
PureFILE library
Note : I now use an installer ( http://www.purebasic.fr/english/viewtopic.php?t=18514 ). The installer is basically a self-extracting ZIP archive. This means the advanced user can open it with WinRAR or any other archiver to extract the files like he would do with a ZIP archive. The library's description is located is the 'File_Id.Diz" file.
Still to do :
- recompile with Taiblite final ;
- eventually fix some conversion bugs.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
This user library offers WinAPI based buffered file functions, usually faster than the genuine Purebasic 3.94 ones, but with a similar syntax. Purebasic 4.00 now also has buffered file functions, so this library is only released for old code compatibility.josku_x wrote:very sweet, but for what is PureFILE library? you didn't describe it in your above post.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
OK, good to know. I was just thinking it might be a file manipulation library.gnozal wrote:This user library offers WinAPI based buffered file functions, usually faster than the genuine Purebasic 3.94 ones, but with a similar syntax. Purebasic 4.00 now also has buffered file functions, so this library is only released for old code compatibility.josku_x wrote:very sweet, but for what is PureFILE library? you didn't describe it in your above post.