Gnozal libraries for PB4.xx

Developed or developing a new product in PureBasic? Tell the world about it.
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Gnozal libraries for PB4.xx

Post 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
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).
rob6523
User
User
Posts: 59
Joined: Sat Sep 25, 2004 2:02 pm
Location: Netherlands (Ophemert)
Contact:

Post by rob6523 »

Great!

Thank you Gnozal!

Rob.
User avatar
Falko
Enthusiast
Enthusiast
Posts: 271
Joined: Sat Oct 04, 2003 12:57 pm
Location: Germany
Contact:

Post by Falko »

happy thanks, gnozal :D
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post by Flype »

thank you a lot gnozal.

at the moment, i tried PureCOLOR and it seems to works well.
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
rsts
Addict
Addict
Posts: 2736
Joined: Wed Aug 24, 2005 8:39 am
Location: Southwest OH - USA

Post by rsts »

Many many thanks

cheers
User avatar
Droopy
Enthusiast
Enthusiast
Posts: 658
Joined: Thu Sep 16, 2004 9:50 pm
Location: France
Contact:

Post by Droopy »

Merci beaucoup :D
Amundo
Enthusiast
Enthusiast
Posts: 200
Joined: Thu Feb 16, 2006 1:41 am
Location: New Zealand

Post by Amundo »

Thank you gnozal, just when I needed Listview column sorting!

You iz da bomb!
Win10, PB6.x, okayish CPU, onboard video card, fuzzy monitor (or is that my eyesight?)
"When the facts change, I change my mind" - John Maynard Keynes
nicolaus
Enthusiast
Enthusiast
Posts: 456
Joined: Tue Aug 05, 2003 11:30 pm
Contact:

Post by nicolaus »

thanks gnozal!
i´m happy to see your libs now also vor PB4.
nice work.

regards,
nico
Bonne_den_kule
Addict
Addict
Posts: 841
Joined: Mon Jun 07, 2004 7:10 pm

Post by Bonne_den_kule »

Nice work
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

PureRESIZE updated in archive.

(Fixed problem with WinXP)
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
Kiffi
Addict
Addict
Posts: 1484
Joined: Tue Mar 02, 2004 1:20 pm
Location: Amphibios 9

Post by Kiffi »

Salut gnozal,

merci beaucoup! :D

Cordialement ... Kiffi
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post 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.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
josku_x
Addict
Addict
Posts: 997
Joined: Sat Sep 24, 2005 2:08 pm

Post by josku_x »

very sweet, but for what is PureFILE library? you didn't describe it in your above post.
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post 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.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
josku_x
Addict
Addict
Posts: 997
Joined: Sat Sep 24, 2005 2:08 pm

Post 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.
Post Reply