Page 1 of 6
Gnozal libraries for PB4.xx
Posted: Mon May 22, 2006 8:49 am
by gnozal
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
Posted: Mon May 22, 2006 9:23 am
by rob6523
Great!
Thank you Gnozal!
Rob.
Posted: Mon May 22, 2006 10:21 am
by Falko
happy thanks, gnozal

Posted: Mon May 22, 2006 11:10 am
by Flype
thank you a lot gnozal.
at the moment, i tried PureCOLOR and it seems to works well.
Posted: Mon May 22, 2006 1:07 pm
by rsts
Many many thanks
cheers
Posted: Mon May 22, 2006 1:53 pm
by Droopy
Merci beaucoup

Posted: Tue May 23, 2006 12:07 am
by Amundo
Thank you gnozal, just when I needed Listview column sorting!
You iz da bomb!
Posted: Tue May 23, 2006 9:51 am
by nicolaus
thanks gnozal!
i´m happy to see your libs now also vor PB4.
nice work.
regards,
nico
Posted: Tue May 23, 2006 10:49 am
by Bonne_den_kule
Nice work
Posted: Tue May 23, 2006 4:09 pm
by gnozal
PureRESIZE updated in archive.
(Fixed problem with WinXP)
Posted: Tue May 23, 2006 6:21 pm
by Kiffi
Salut gnozal,
merci beaucoup!
Cordialement ... Kiffi
Posted: Sat May 27, 2006 8:59 am
by gnozal
I have updated the examples and help files for the following libraries :
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
You can download them from my site.
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.
Posted: Sat May 27, 2006 9:15 am
by josku_x
very sweet, but for what is PureFILE library? you didn't describe it in your above post.
Posted: Sat May 27, 2006 9:30 am
by gnozal
josku_x wrote:very sweet, but for what is PureFILE library? you didn't describe it in your above post.
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.
Posted: Sat May 27, 2006 9:37 am
by josku_x
gnozal wrote:josku_x wrote:very sweet, but for what is PureFILE library? you didn't describe it in your above post.
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.
OK, good to know. I was just thinking it might be a file manipulation library.