[Cegcc-devel] Structure packing and long long type

2007-09-10 Thread mkalkal
I found problem in structure packing in mingw32ce. Here is output from wa_.c file compiled by mingw32ce : sizeof(t1) = 12 (t1)offset f2 =4 (t1)offset f3 =8 (t1)offset f4 =9 sizeof(t2) = 16 (t2)offset f2 =4 (t2)offset f3 =12 (t2)offset f4 =13 Output (Visual C) : sizeof(t1) = 12 (t1)offset f2 =4 (t

[Cegcc-devel] Structure packing and long long type.

2007-09-10 Thread mkalkal
I found problem in structure packing in mingw32ce. Here is output from wa.c file compiled by mingw32ce : sizeof(t1) = 12 (t1)offset f2 =4 (t1)offset f3 =8 (t1)offset f4 =9 sizeof(t2) = 16 (t2)offset f2 =4 (t2)offset f3 =12 (t2)offset f4 =13 Output (Visual C) : sizeof(t1) = 12 (t1)offset f2 =4 (t1)

Re: [Cegcc-devel] new file connmgr.h

2007-09-05 Thread mkalkal
Danny Backx napisaƂ(a): > On Wed, 2007-09-05 at 12:15 +0200, [EMAIL PROTECTED] wrote: > > I want to contribute new file trunk/cegcc/src/w32api/include/connmgr.h > > We have to be prudent with this type of submission for copyright > reasons. > > That is the reason why I>#039;d like to know where y

[Cegcc-devel] new file connmgr.h

2007-09-05 Thread mkalkal
I want to contribute new file trunk/cegcc/src/w32api/include/connmgr.h I have two questions (may be a little off topic) Is it to possible to pass commandline parameters to windows mobile programs ? Is there some kind of scripting under windows mobile ,like *.bat under winxp ? Maciek Kaliszewski

Re: [Cegcc-devel] Where can I find standard c functions?

2007-08-22 Thread mkalkal
Danny Backx wrote: > I didn't see the getenv message, we may be using different versions of > the pocketgpsmap source. I got it from svn, revision 52. > > I'm using revision 52 too ,maybe different versions of arm-wince-mingw32ce. In order to compile the app I had to modify mingw headers: ---

[Cegcc-devel] Where can I find standard c functions?

2007-08-17 Thread mkalkal
I'm trying to compile pocketgpsmap using mandriva-cegcc-mingw32ce-0.50.tar.gz . I got stuck in this: lib_z/gzio.o:gzio.c:(.text+0xf64): undefined reference to `_errno' lib_z/gzio.o:gzio.c:(.text+0x1c60): undefined reference to `rewind' lib_jpeg/jmemmgr.o:jmemmgr.c:(.text+0x1d68): undefined refer