Search found 6 matches

by Insomniac
Fri Oct 03, 2003 7:46 am
Forum: Coding Questions
Topic: Cannot Pack Files
Replies: 2
Views: 1260

are you compressing a file that's already compressed? For example a self extracting executable.

Does a compression level of 9 give better results?

You may also want to you "if" staments to test the success of the packing.
by Insomniac
Thu Aug 14, 2003 1:17 pm
Forum: Tricks 'n' Tips
Topic: redirect console output to file or pipe
Replies: 4
Views: 3684

redirect console output to file or pipe

Code updated for 5.20+. Built-in console command now feature this as well.

For the benefit of Ajm ( he's threating to use languages other than purebasic if the console commands don't improve - gasp!) here's a quick example I created by expanding wichtel's scrolling console tip into procedures ...
by Insomniac
Tue Jul 29, 2003 10:03 am
Forum: Announcement
Topic: FastFile released
Replies: 54
Views: 20151

single update file

Hi Rings,

Can you check FastFileMD5 works with read only files now also please.

The version I have returns the correct value but also "beeps" every time a read only file is encountered.

FastfileCRC32 had a similar problem until you fixed it (as you state in this thread).

There might be a later ...
by Insomniac
Thu Jul 03, 2003 7:53 am
Forum: Coding Questions
Topic: OnError
Replies: 3
Views: 1502

I think you need an "End" after the "Until" or your error routine is going to run every time you run your program :?:

Regards

Insomniac
by Insomniac
Sun Jun 01, 2003 5:35 am
Forum: Coding Questions
Topic: questions about threads
Replies: 28
Views: 8615

I have also researched this through the forum in the past as I wanted to make a multi-threaded file copier.

From what I could tell global variables were considered thread safe providing they were not strings, see code example by Francois Weil here:

http://forums.purebasic.com/english/viewtopic ...
by Insomniac
Wed May 28, 2003 11:21 am
Forum: Coding Questions
Topic: How to get UNC path from a mapped network share drive
Replies: 3
Views: 2038

did you forget to search :(

Rings published an example here

viewtopic.php?t=6102

Regards

Insomniac