Re: [Cegcc-devel] API missing (HeapCompact, CreateToolhelp32Snapshot)

2007-09-04 Thread Pedro Alves
Danny Backx wrote: > On Mon, 2007-09-03 at 21:01 +0200, pgeorges wrote: >> 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

Re: [Cegcc-devel] API missing (HeapCompact, CreateToolhelp32Snapshot)

2007-09-04 Thread pgeorges
I personaly create a CAB file with the 3 cegcc DLLs incorporated to distribute my application and ease its installation. If there were several versions of those DLLs, packaging would be harder. So could it be possible for those DLLs to detect on which WinCE version they run and dynamically provi

Re: [Cegcc-devel] API missing (HeapCompact, CreateToolhelp32Snapshot)

2007-09-04 Thread Danny Backx
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 will try

Re: [Cegcc-devel] API missing (HeapCompact, CreateToolhelp32Snapshot)

2007-09-04 Thread Danny Backx
On Mon, 2007-09-03 at 21:01 +0200, pgeorges wrote: > 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 >

Re: [Cegcc-devel] API missing (HeapCompact, CreateToolhelp32Snapshot)

2007-09-04 Thread Kevin O'Connor
Hi Pascal, On Mon, Sep 03, 2007 at 09:14:35AM +0200, [EMAIL PROTECTED] wrote: > 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

Re: [Cegcc-devel] API missing (HeapCompact, CreateToolhelp32Snapshot)

2007-09-03 Thread pgeorges
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

Re: [Cegcc-devel] API missing (HeapCompact, CreateToolhelp32Snapshot)

2007-09-03 Thread Danny Backx
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

Re: [Cegcc-devel] API missing (HeapCompact, CreateToolhelp32Snapshot)

2007-09-03 Thread pgeorges
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

Re: [Cegcc-devel] API missing (HeapCompact, CreateToolhelp32Snapshot)

2007-09-03 Thread Danny Backx
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 >

[Cegcc-devel] API missing (HeapCompact, CreateToolhelp32Snapshot)

2007-09-03 Thread pascal . georges1
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