Search found 2 matches

by mvandere
Sun Jun 26, 2011 11:42 pm
Forum: General
Topic: Pascal LZMA usage sample?
Replies: 3
Views: 75765

Re: Pascal LZMA usage sample?

Uh, gee, I looked at that, but it didn't look like what I expected, guess I've never seen an object orientated command line program before :oops: First off, GetInt should look like this, it doesn't work very well the way it is coded :( function GetInt(const str:string;const offset:integer):integer; ...
by mvandere
Sun Jun 26, 2011 7:54 am
Forum: General
Topic: Pascal LZMA usage sample?
Replies: 3
Views: 75765

Pascal LZMA usage sample?

Has anyone got an example of using the Pascal LZMA library?

Something like the LZMA.EXE described in LZMA.txt, perhaps.