LZO1x-999 DecompressionI read the entry data from file, one entry at a time. The file is opened in binary mode, as the unco...
LZO1x-999 DecompressionThe data would have been compressed with lzo1x_999_compress(). There is no 999 for decompress, just ...
LZO1x-999 DecompressionI have now changed to native type. The C++ cast error is with static_cast in these 2 lines: [code]...
LZO1x-999 Decompressionlzo_bytep is a unsigned char * I don't know if lzo1x_decompress() changes the pEntryData variable v...
LZO1x-999 Decompressionokay thanks, I have changed the variable type to char* [code] size_t uiCompressedSize = pEntry->...
This user does not accept Private Messages