User: MexUK

  • Public profile

User profile: MexUK

User info
User name:MexUK
History
Joined:
Number of posts:10
Latest posts:

LZO1x-999 Decompression
I read the entry data from file, one entry at a time. The file is opened in binary mode, as the unco...

LZO1x-999 Decompression
The data would have been compressed with lzo1x_999_compress(). There is no 999 for decompress, just ...

LZO1x-999 Decompression
I have now changed to native type. The C++ cast error is with static_cast in these 2 lines: [code]...

LZO1x-999 Decompression
lzo_bytep is a unsigned char * I don't know if lzo1x_decompress() changes the pEntryData variable v...

LZO1x-999 Decompression
okay thanks, I have changed the variable type to char* [code] size_t uiCompressedSize = pEntry->...

This user does not accept Private Messages