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
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
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
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
>
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
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
10 matches
Mail list logo