| |
|
Science Forum Index » Compression Forum » LZO & C#
Page 1 of 1
|
| Author |
Message |
| Gilad |
Posted: Mon Apr 07, 2008 2:03 am |
|
|
|
Guest
|
Hi,
In an attempt to move the system I'm on to 64bit I need to solve one
remaining issue regarding LZO.
Currently, I'm using P\Invoke to call an external LZO202 dll to
decompress a binary chunk that was compressed using LZO-X15.
I would like to get ride of the dll and use only C# based code as P
\Invoke to 32bit code can't be done if the code is running under
64bit. And I don't want to recompile the lzo dll in 64bit either.
Since the decompression is quite 'simple' I was wondering if there is
a C# (or any other .Net code) code that does just the decompression of
the data.
unfortunately, I can't move to a different compression algorithem...
Gilad. |
|
|
| Back to top |
|
| |
|
Page 1 of 1
All times are GMT - 5 Hours
The time now is Tue Oct 07, 2008 1:08 pm
|
|