mightor wrote:Not everyone is allowed or able or willing to to just install stuff on their computer, so making them install something like 7zip is just silly.
Portable apps are making a portable version available of 7-zip so you should be able to use it even on computers where you aren't allowed to install anything (as long as you use a usb-drive) if that is an issue. And it shouldn't mess with your computer either.
Windows can only handle .zip (and some windows specific formats that aren't really used if I remember correctly) and it is not that uncommon to find a .rar or tarball on the web...
Anyway, optimized it a little bit more and I'm getting pretty satisfied with the results now. It takes about 500 msec to process a 1.5KB text file and I don't expect much more to be used on the NXT. (Program is attached to the first post.)

It still don't want to upload the image, something wrong with PNG images? (edit: uploaded it on wordpress) Anyway it says 62 msec now... This benchmark is no longer sufficient as 20 msec is directly spend in the syscall to FontTextOut.
I will probably not do much more speed optimization as this would probably require me to convert the whole thing to NBC for a gain of a few milliseconds. And I'm not really interested in that...
Next step will be to go through the compiled code and check for any memory issues. Since all variables are global in NBC they are pretty much like static variables. If I want to use a 5KB file, it will be
copied into the function, then a few more copies might be made in some of the NXC to NBC conversions. When the function finishes, these
will not be deleted and it might make 25KB memory unavailable for other tasks... (actually, a 3KB file makes my file viewer program (which is also using this code) run out of memory right now...)
ARGHHH, it doesn't even want to post it since the file-upload failed and it tries to upload it each time I tries to post... ARGHH, here, a useless html file!
ARGHHH, I should have known, HTML not allowed! and it also said "The upload was rejected because the uploaded file was identified as a possible attack vector." : P But it seems to finally have removed it from the Upload attachment box : )