Search found 62 matches

by webbmeister
Fri Jun 30, 2006 10:17 am
Forum: Coding Questions
Topic: DOS pipe question
Replies: 5
Views: 1430

That's folks, that works great. Why does PrintN() not do the same? It's going to be a real pain :shock: to mod all the printn statements in my 2000 line project!! is there a way of making PrintN() behave its self??
by webbmeister
Fri Jun 30, 2006 9:55 am
Forum: Coding Questions
Topic: DOS pipe question
Replies: 5
Views: 1430

I Get "Constant Not Found:#crlf"
by webbmeister
Fri Jun 30, 2006 9:39 am
Forum: Coding Questions
Topic: DOS pipe question
Replies: 5
Views: 1430

DOS pipe question

if I compile the following code to an exe (c:\list.exe) ...


OpenConsole()

For i=1 To 10

PrintN("Line "+Str(i))

Next i


Comiled as as UTF-8, Console

If I open a dos prompt and type...

C:>List.exe >c:\list.txt

the output is not
Line 1
Line 2
Line 3
etc

http://i41.photobucket.com/albums ...
by webbmeister
Tue Jun 27, 2006 4:13 pm
Forum: PureFORM & JaPBe
Topic: PureZIP library : ZIP / UNZIP files
Replies: 599
Views: 355001

It struggles with the following zip file...

.DS_STORE.ZIP

containing...

.DS_STORE

I get "No Files Extracted". Other than that, perfect!!!
by webbmeister
Tue Jun 27, 2006 2:34 pm
Forum: PureFORM & JaPBe
Topic: PureZIP library : ZIP / UNZIP files
Replies: 599
Views: 355001

That seems a lot more memory friendly. Is there a simple way of checking that a zip has written correctly and is not corrupt?
by webbmeister
Tue Jun 27, 2006 10:53 am
Forum: PureFORM & JaPBe
Topic: PureZIP library : ZIP / UNZIP files
Replies: 599
Views: 355001

Thanks Gnozal, that would be a great help. Also, I am having zipping/ unzipping files that have 0KB size - ie a text file with no content.
by webbmeister
Tue Jun 27, 2006 10:38 am
Forum: PureFORM & JaPBe
Topic: PureZIP library : ZIP / UNZIP files
Replies: 599
Views: 355001

Memory usage

Gnozal

I am using the miniUNZIP example supplied with your library to expand a 188MB zip containing one 900MB file. Memory usage goes up well beyond the 1/2 GB mark when unzipping using the compiled exe!! Why is memory usage so high? Surely the unzipped "chunks" are written straight to the ...
by webbmeister
Tue Jun 13, 2006 4:54 pm
Forum: Coding Questions
Topic: CRC32Fingerprint Question
Replies: 47
Views: 12467

Gnozal. Problem solved :D Installed the Beta Libs and now the CRCs match. Thanks again for all the support. Should I bounce this to Fred & team as a bug?
by webbmeister
Tue Jun 13, 2006 7:44 am
Forum: Coding Questions
Topic: CRC32Fingerprint Question
Replies: 47
Views: 12467

I mean your purebasic.exe (ie purebasic 4)
by webbmeister
Mon Jun 12, 2006 4:57 pm
Forum: Coding Questions
Topic: CRC32Fingerprint Question
Replies: 47
Views: 12467

Very wise :wink: I have just tried a third clean XP box & get exactly the same result. Using the very latest PB4 from the website & your PureZIP v1.30 from your homepage. Will have to throw out the gauntlet to other XP users to test.
Gnozal - thanks again for all the help.
PS do your purebasic ...
by webbmeister
Mon Jun 12, 2006 4:05 pm
Forum: Coding Questions
Topic: CRC32Fingerprint Question
Replies: 47
Views: 12467

Just Tried compiling under jaPBe. Still the same result! I wonder if it is a Windows XP issue? Have you tried compiling under XP?
by webbmeister
Mon Jun 12, 2006 2:59 pm
Forum: Coding Questions
Topic: CRC32Fingerprint Question
Replies: 47
Views: 12467

It is a very strange one!!!

On two seperate XP machines in fact. These are my compiler settings...

http://i41.photobucket.com/albums/e267/thewebbmeister/compileroptions.jpg

The CRC and path of Purebasic..
C:\Program Files\PureBasic4\purebasic.exe

CRC : 340aa5b3

CRC and Path for Purezip

C ...
by webbmeister
Mon Jun 12, 2006 2:02 pm
Forum: Coding Questions
Topic: CRC32Fingerprint Question
Replies: 47
Views: 12467

With the exe's you sent through the CRCs match.
by webbmeister
Mon Jun 12, 2006 12:48 pm
Forum: Coding Questions
Topic: CRC32Fingerprint Question
Replies: 47
Views: 12467

Just tried again on a clean build pc. Same result. I notice you are NT4 SP6 - could this explain the difference. I am on windows XP Pro SP2
by webbmeister
Sat Jun 10, 2006 11:23 am
Forum: Coding Questions
Topic: CRC32Fingerprint Question
Replies: 47
Views: 12467

Gnozal, can you email me your compiled exe for "quick and dirty command line zipper".
Thanks for all your trouble.
Paul.