Re: [Cegcc-devel] problem in structure packing

2007-09-05 Thread pascal . georges1
Selon Danny Backx <[EMAIL PROTECTED]>: > On Tue, 2007-09-04 at 13:17 +0200, [EMAIL PROTECTED] wrote: > > It is related to structure packing that seems to be sometimes incompatible > with > > what WinCE API expects. See the example below : [snip] Sorry, really ashamed, I made a blunder in my code

Re: [Cegcc-devel] problem in structure packing

2007-09-04 Thread Danny Backx
On Tue, 2007-09-04 at 13:17 +0200, [EMAIL PROTECTED] wrote: > It is related to structure packing that seems to be sometimes incompatible > with > what WinCE API expects. See the example below : I'm not sure exactly what you suspect, but when I had such problems way back when I was young, the way

Re: [Cegcc-devel] problem in structure packing

2007-09-04 Thread Pedro Alves
[EMAIL PROTECTED] wrote: > Hi, > > the problem I report here may be a real bug or simply the fact I did not find > the correct option in cegcc ... > It is related to structure packing that seems to be sometimes incompatible > with > what WinCE API expects. See the example below : > > ===

[Cegcc-devel] problem in structure packing

2007-09-04 Thread pascal . georges1
Hi, the problem I report here may be a real bug or simply the fact I did not find the correct option in cegcc ... It is related to structure packing that seems to be sometimes incompatible with what WinCE API expects. See the example below : ===