Re: [Cegcc-devel] Update to home page

2009-08-25 Thread Danny Backx
On Sun, 2009-08-23 at 16:44 +0200, Danny Backx wrote: > On Sun, 2009-08-23 at 16:24 +0200, Vincent Torri wrote: > > > > On Sun, 23 Aug 2009, Danny Backx wrote: > > > > > I did some of this already. More comment ? > > > > * no frames (use css instead). Hence the menu and the content will have

Re: [Cegcc-devel] SFGAO_FOLDER not being in the correct header file

2009-08-25 Thread Danny Backx
On Sun, 2009-08-23 at 18:52 +0200, Vincent Torri wrote: > hey, > > according to msdn (http://msdn.microsoft.com/en-us/library/ms909872.aspx) > this value (and other ones too) belong to shobjidl.h and not shlobj.h > (which is the correct header in win32). > > the shobjidl.h file does not exist.

Re: [Cegcc-devel] about definition of struct _finddata_t

2009-08-25 Thread Danny Backx
On Sun, 2009-08-23 at 18:18 +0200, Vincent Torri wrote: > Hey, > > in io.h, shouldn't struct _finddata_t be guarded by _FINDDATA_T_DEFINED > (like _fsize_t is guarded by _FSIZE_T_DEFINED) ? > > Vincent Torri I guess so. Mingw doesn't appear to have this though. Does this bother you or is it a c

[Cegcc-devel] 4.4 limits.h issue ?

2009-08-25 Thread Danny Backx
When compiling PocketInvest, I got this error : pavilion: {1120} make arm-mingw32ce-gcc -c -g -DWINCE -D_WIN32_IE=0x0400 -D_WIN32_WCE=0x0400 -DPOCKETINVEST -Wall ../../src/sessionXi.c ../../src/sessionXi.c: In function 'ProcessOneLine': ../../src/sessionXi.c:349: error: 'PATH_MAX' undeclared (fir