Code updated For 5.20+
Hi !
I am Intrested to code the Zip Deflate Algorithm.
For the first step i did my first implemetation of the Huffman Compression.
Found the Code in a Book and the I-Net and then i converted it to
[Edit] The code seem to work well now! (found two Bugs...)
This Code works ...
Search found 18 matches
- Wed Apr 12, 2006 9:48 pm
- Forum: Tricks 'n' Tips
- Topic: My first Huffman works !!
- Replies: 3
- Views: 6780
- Sun Mar 26, 2006 8:38 pm
- Forum: PureFORM & JaPBe
- Topic: PureZIP library : ZIP / UNZIP files
- Replies: 599
- Views: 355236
- Sat Mar 25, 2006 12:17 pm
- Forum: PureFORM & JaPBe
- Topic: PureZIP library : ZIP / UNZIP files
- Replies: 599
- Views: 355236
- Sat Mar 25, 2006 11:53 am
- Forum: PureFORM & JaPBe
- Topic: PureZIP library : ZIP / UNZIP files
- Replies: 599
- Views: 355236
- Thu Mar 23, 2006 10:26 pm
- Forum: PureFORM & JaPBe
- Topic: PureZIP library : ZIP / UNZIP files
- Replies: 599
- Views: 355236
- Wed Mar 22, 2006 9:23 pm
- Forum: PureFORM & JaPBe
- Topic: PureZIP library : ZIP / UNZIP files
- Replies: 599
- Views: 355236
Dos Date to PBDate
Hi gnozal!
I puzzled a bit arround the DOS Formated Date in the PureZIP_GetFileInfo Function.
I found some hints in the WinAPI-Help for the function DosDateTimeToFileTime_().
Here is my solution in pure PureB (only tested on WinXP !):
ArchiveFileName.s = "c:\temp\test.zip"
Procedure.l ...
I puzzled a bit arround the DOS Formated Date in the PureZIP_GetFileInfo Function.
I found some hints in the WinAPI-Help for the function DosDateTimeToFileTime_().
Here is my solution in pure PureB (only tested on WinXP !):
ArchiveFileName.s = "c:\temp\test.zip"
Procedure.l ...
- Sat Sep 17, 2005 3:02 pm
- Forum: PureFORM & JaPBe
- Topic: PureZIP library : ZIP / UNZIP files
- Replies: 599
- Views: 355236
- Fri Sep 16, 2005 11:37 am
- Forum: PureFORM & JaPBe
- Topic: PureZIP library : ZIP / UNZIP files
- Replies: 599
- Views: 355236
- Fri Sep 16, 2005 11:09 am
- Forum: PureFORM & JaPBe
- Topic: PureZIP library : ZIP / UNZIP files
- Replies: 599
- Views: 355236
- Fri Sep 16, 2005 10:09 am
- Forum: PureFORM & JaPBe
- Topic: PureZIP library : ZIP / UNZIP files
- Replies: 599
- Views: 355236
- Thu Sep 15, 2005 7:45 pm
- Forum: PureFORM & JaPBe
- Topic: PureZIP library : ZIP / UNZIP files
- Replies: 599
- Views: 355236
- Tue Sep 13, 2005 7:05 pm
- Forum: PureFORM & JaPBe
- Topic: PureZIP library : ZIP / UNZIP files
- Replies: 599
- Views: 355236
- Fri Aug 12, 2005 10:07 pm
- Forum: Tricks 'n' Tips
- Topic: Easy Creating and Controlling Services with Rings pbosl Lib
- Replies: 7
- Views: 6592
Easy Creating and Controlling Services with Rings pbosl Lib
Code updated For 5.20+
Hi!
If you dont know:PBOSL means "PureBasic Open-Source Libraries"
you can get and involved on:
http://pbosl.purearea.net
Here is an Example to create Windows Services with ease....
Original by Rings :mrgreen:
; For this code you need PBOSL
; If you dont know:PBOSL ...
Hi!
If you dont know:PBOSL means "PureBasic Open-Source Libraries"
you can get and involved on:
http://pbosl.purearea.net
Here is an Example to create Windows Services with ease....
Original by Rings :mrgreen:
; For this code you need PBOSL
; If you dont know:PBOSL ...
- Sat Jul 16, 2005 12:28 pm
- Forum: Tricks 'n' Tips
- Topic: A On Mouse Over Event for Gadgets
- Replies: 10
- Views: 6117
- Tue Jun 28, 2005 8:09 pm
- Forum: Tricks 'n' Tips
- Topic: Universal MessageRequester for DOS -Box and Windows
- Replies: 0
- Views: 1466
Universal MessageRequester for DOS -Box and Windows
Code updated for 5.20+
HI PB´s!
If you need a Programm that runs in Windows and Dos-Console you can Display Messages in both Know!
WICHTEL and DANILO from the German Forum solved the Problem that a Programm detect if the start caller was DOS or WINDOWS.
Code Looks like:
Procedure.b Con_or_Win ...
HI PB´s!
If you need a Programm that runs in Windows and Dos-Console you can Display Messages in both Know!
WICHTEL and DANILO from the German Forum solved the Problem that a Programm detect if the start caller was DOS or WINDOWS.
Code Looks like:
Procedure.b Con_or_Win ...