Search found 18 matches

by PAMKKKKK
Wed Apr 12, 2006 9:48 pm
Forum: Tricks 'n' Tips
Topic: My first Huffman works !!
Replies: 3
Views: 6780

My first Huffman works !!

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 ...
by PAMKKKKK
Sun Mar 26, 2006 8:38 pm
Forum: PureFORM & JaPBe
Topic: PureZIP library : ZIP / UNZIP files
Replies: 599
Views: 355236

@webbmeister
Why you are using PB4 ?? IT IS BETA !!! And Buggy !!!
And most of the Userlibraries are not ported to work with PB4 !
(Some are going never to be ported :cry: )

if i try to compile the given example, il get the error "Missing libraryExtensions", so it runs here even not.

You can ...
by PAMKKKKK
Sat Mar 25, 2006 12:17 pm
Forum: PureFORM & JaPBe
Topic: PureZIP library : ZIP / UNZIP files
Replies: 599
Views: 355236

Stay cool 8) 8) 8) !

I love you for your hard work!! Especially on jaPBe !!

Thanks ...
by PAMKKKKK
Sat Mar 25, 2006 11:53 am
Forum: PureFORM & JaPBe
Topic: PureZIP library : ZIP / UNZIP files
Replies: 599
Views: 355236

:oops: I dont remark that gnozal hasn´t made any choice to change compression mode......

If you read the explanation for the Zipfile you see Zipfiles are very easy to made. (i done it yesterday in a quickhack)
Read the appnote-xxxxxxxxx-pk.zip at: ftp://ftp.info-zip.org/pub/infozip/doc and Code ...
by PAMKKKKK
Thu Mar 23, 2006 10:26 pm
Forum: PureFORM & JaPBe
Topic: PureZIP library : ZIP / UNZIP files
Replies: 599
Views: 355236

@cabaptista
I really agree with gnozal that the kompression strenght an acutual Computer dosn´t itch.

You have 2choices for the User
Kompression or no compression.

if you want, make al list box with the following Picks::wink: :wink: :wink:

Normal (is with compression)
Fastest (is witout ...
by PAMKKKKK
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 ...
by PAMKKKKK
Sat Sep 17, 2005 3:02 pm
Forum: PureFORM & JaPBe
Topic: PureZIP library : ZIP / UNZIP files
Replies: 599
Views: 355236

@gnozal
Sorry for wasting your time! :oops:

In the German Forum a guy called Deeem2031, has created runtime optimized PBlibs: Math, Memory and StringExtension.
The StringExtension was the troublemaker..... :(

Now it is all right!

Thank you for your good work, and support!!!
by PAMKKKKK
Fri Sep 16, 2005 11:37 am
Forum: PureFORM & JaPBe
Topic: PureZIP library : ZIP / UNZIP files
Replies: 599
Views: 355236

OK!

I try it on an other (clean) Machine, and report later....

over and out
by PAMKKKKK
Fri Sep 16, 2005 11:09 am
Forum: PureFORM & JaPBe
Topic: PureZIP library : ZIP / UNZIP files
Replies: 599
Views: 355236

ok!

i'm using:
WinXP (SP2)

PureBasic 3.93
jaPBe 2.5.4.22

userlibs:
PBOSL
MDB_LIB (Paul Leishow)
PV_gadgets (PurevisionXP,Paul Leishow)
RegINI_lib (Paul Leishow)
by PAMKKKKK
Fri Sep 16, 2005 10:09 am
Forum: PureFORM & JaPBe
Topic: PureZIP library : ZIP / UNZIP files
Replies: 599
Views: 355236

Are we in an endles loop ?
I'm posted the error two post before......

When i'm using the PureZIP_Archive_Compress() Function, i'm getting POLINK errors:
multiple data. section
_pballocate_memory
_pb_free_memory

When you could not recapitulate the Errors under WinXP (SP2) and PB 3.93, and you have ...
by PAMKKKKK
Thu Sep 15, 2005 7:45 pm
Forum: PureFORM & JaPBe
Topic: PureZIP library : ZIP / UNZIP files
Replies: 599
Views: 355236

The code are your examples: :lol:
myzip.s = "c:\purebasic393\program\PureZIP-test.zip"
myzipfile1.s = "C:\PureBasic393\Program\PureCOLOR_TEST_2.pb"
myzipfile2.s = "C:\PureBasic393\Program\PureCOLOR_TEST_3.pb" If PureZIP_Archive_Create(myzip.s, #APPEND_STATUS_CREATE)
PureZIP_Archive_Compress ...
by PAMKKKKK
Tue Sep 13, 2005 7:05 pm
Forum: PureFORM & JaPBe
Topic: PureZIP library : ZIP / UNZIP files
Replies: 599
Views: 355236

@gnozal
Thanks a lot for your hard Work!!!!!!!

I am working under Windows XP and PB 3.93.

The Memorycompress example works fine.

The PureZIP_Archive_Create() command seems to be OK.

But if i try to Compile with PureZIP_Archive_Compress(), i get this error:

http://www.network-gui.de/zlib.jpg ...
by PAMKKKKK
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 ...
by PAMKKKKK
Sat Jul 16, 2005 12:28 pm
Forum: Tricks 'n' Tips
Topic: A On Mouse Over Event for Gadgets
Replies: 10
Views: 6117

@NoahPhense
Sorry ! I didn´t reply to you!
I have tested your Code, and its well done :mrgreen:
by PAMKKKKK
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 ...