Hi,
I build some modules with PB compress.dll "CECompress" functions. Then I use
inside WinCE the Kernel's CeDeCompressROM to get the data out. The PB
compress.dll "CECompress" function is very efficient. Now I would like to
compress some data inside WinCE. After some research I found that the
equivalent compress function in WinCE is CeCompressROM but this function is
no more available in WinCE 4.x and later.
I would like to know if someone knows wehre I can get CeCompressROM or
source code to rebuild this functionality.
I know that I can rebuild every compress and decompress functions for my
purpose but since CE and PB already support mostly what I need, I think that
maybe this function exist somewhere but with a different name.
Regards