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

RE: CeCompressROM by anonymous

anonymous
Thu Sep 29 12:23:05 CDT 2005

Compress and CECompress are linked to the core through CE 5.0. They are
distributed in object form and not available as shared source.

I'm guessing they are somehow involved in coredll.dll's BinaryCompress which
is in the headers although not in the help when I searched. Either trace from
the kernel or from coredll in the shared source to figure out how to get use
of what's in the kernel.

"fd" wrote:

> 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
>
>
>
>
>