On Mon, 2007-09-03 at 09:14 +0200, [EMAIL PROTECTED] wrote: > I have noticed some WinCE calls are only present in header files, not in dll > files provided by cegcc. For example HeapCompact and CreateToolhelp32Snapshot, > so those symbols can not be resolved at compile time (as a grep through dll > files shows they are not present, I find this normal). > Does it mean those will be included in a later cegcc release or is there > something special that has to be done to get it compile ?
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 -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info
signature.asc
Description: This is a digitally signed message part
------------------------------------------------------------------------- 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