Re: [Cegcc-devel] Windows Mobile 6.1 compatibility

2008-12-19 Thread mosfet
On Fri, 19 Dec 2008 10:55:54 +0100, Danny Backx wrote: > This doesn't look like a structure that's included in one of our tools, > it looks like something that might get filled up when our DLL gets > loaded. > > Then we would need to figure out which entry in the structures created > by binutils

Re: [Cegcc-devel] Windows Mobile 6.1 compatibility

2008-12-19 Thread Danny Backx
This doesn't look like a structure that's included in one of our tools, it looks like something that might get filled up when our DLL gets loaded. Then we would need to figure out which entry in the structures created by binutils and/or gcc is responsible for filling up this field. Or am I comple

Re: [Cegcc-devel] Smartphone Example

2008-12-19 Thread Danny Backx
Thanks, committed. Danny On Fri, 2008-12-19 at 10:09 +0100, mosfet wrote: > On Thu, 18 Dec 2008 20:29:30 +0100, Danny Backx > wrote: > > Looks clean :-) > > > > Have you checked whether windres still works with other existing RC > > files ? > > > > Danny > > > yes I ckeched and no

Re: [Cegcc-devel] Windows Mobile 6.1 compatibility

2008-12-19 Thread mosfet
On Thu, 18 Dec 2008 20:26:05 +0100, Danny Backx wrote: > What's an o32_ptr ? > > Does all this mean that we're not filling up a structure in the DLL, and > that UPX is doing the right thing but we're not ? > > Danny > Yes o32_ptr is part of the PE format : // // MODULE structure, one for

Re: [Cegcc-devel] Smartphone Example

2008-12-19 Thread mosfet
On Thu, 18 Dec 2008 20:29:30 +0100, Danny Backx wrote: > Looks clean :-) > > Have you checked whether windres still works with other existing RC > files ? > > Danny > yes I ckeched and now we support all configurations, for instance if we take the HelloSP as example : NO COMMA: -

Re: [Cegcc-devel] CeGCC not working for xsc...@windowsce.net/5.0

2008-12-19 Thread Lachezar Dobrev
> Lachezar Dobrev a écrit : > > You may have a look at wtl using visual studio or evc4, it works quite well. > Noël Yeah. Done that. This works, but let me point out that it's designed to run under Windows, which although acceptable in the long run is something I would like to avoid. I would li