Danny Backx a écrit :
> On Mon, 2007-09-03 at 21:01 +0200, pgeorges wrote:
>
>> 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
On Mon, 2007-09-03 at 21:01 +0200, pgeorges wrote:
> 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've just a
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 ap
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
>
Hi,
I am developping a chess database application for Pocket PC
(http://prolinux.free.fr/scid/PPC.html), and I appreciate a lot to be able to do
it under Linux and that cegcc provides an Unix layer.
I have noticed some WinCE calls are only present in header files, not in dll
files provided by ceg