LZARI library for CF

  • Thread starter Thread starter David Clegg
  • Start date Start date
D

David Clegg

I'm looking for an LZARI library or component which can be used on, or
called from a Compact Framwork v1.0 application. Code that can be
compiled using eVC++ and P/Invoked will be acceptable. LZARI will also
need to be used on the desktop version of our app (using .NET v1.1), so
something that can work, or be compiled to work, with both platforms is
preferred.

The closest I've come so far is code for an old C application which
takes files as input and output parameters, but would prefer something
that allowed me to pass in input and output buffers. If nothing else
surfaces, I may have to roll up my sleeves and hack this one to get it
to suit my needs, but my C experience is sufficently low to make this
the least preferred route at this point.

--
Cheers,
David Clegg
(e-mail address removed)
http://cc.borland.com/Author.aspx?ID=72299

QualityCentral. The best way to bug Borland about bugs.
http://qc.borland.com

"Well, crying isn't gonna bring him back ... unless your tears smell
like dog food. So you can either sit there crying and eating can after
can of dog food until your tears smell enough like dog food to make
your dog come back or you can go out there and find your dog." - Homer
Simpson
 
If one doesn't turn up, what prevents you from using a more widely
available compression method like 'zip', which even according to the
guy who wrote the LZARI compression algorithms are superior?

There are plenty of .net 'zip' classes freely available.
 
If one doesn't turn up, what prevents you from using a more widely
available compression method like 'zip', which even according to the
guy who wrote the LZARI compression algorithms are superior?

Because I need to use it to interact with proprietary firmware which
uses LZARI. The firmware developers had space to implement ZLIB
compression, but not compression and de-compression. With LZARI they
could implement both. :-)

--
Cheers,
David Clegg
(e-mail address removed)
http://cc.borland.com/Author.aspx?ID=72299

QualityCentral. The best way to bug Borland about bugs.
http://qc.borland.com

"Homer no function beer well without." - Homer Simpson
 
Back
Top