Danny Backx a écrit :
> HeapCompact is described on MSDN to be present on Windows CE 5 or
> higher; my device has an older WinCE. Therefore when I add HeapCompact
> to src/cegcc/importlibs/defs/coredll.def , and create a test application
> that uses it, WinCE tells me it is not a valid Pocket PC application.
>
> You can try this on your PDA. Can you build the libcoredll.a or do you
> need me to send you one ?
>
> CreateToolhelp32Snapshot is described on MSDN to be in toolhelp.lib
> which our build script doesn't generate. Adding one line to
> src/cegcc/importlibs/build.sh suffices to create it.
>
> A simple application created with this lib does run on my PDA (unlike
> the other one).
>
> Again, do you want me to provide you with a library or can you build one
> yourself ?
>
>       Danny
>   

HeapCompact is indeed only available with WinCE 5 and higher, so it is 
not so important. But CreateToolhelp32Snapshot is more important, as it 
is present since Wince 3.0, so maybe it could be incorporated in binary 
releases.
I will try to generate it by myself, thank you for your offer.

Pascal


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to