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

2009-08-26 Thread Vincent Torri
On Tue, 25 Aug 2009, Danny Backx wrote: > 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 wi

Re: [Cegcc-devel] 4.4 limits.h issue ?

2009-08-26 Thread Vincent Torri
On Tue, 25 Aug 2009, Danny Backx wrote: > 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': > ../..

Re: [Cegcc-devel] Update to home page

2009-08-26 Thread Vincent Torri
On Tue, 25 Aug 2009, Danny Backx wrote: > 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).

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

2009-08-26 Thread Vincent Torri
On Tue, 25 Aug 2009, Danny Backx wrote: > 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

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

2009-08-26 Thread Vincent Torri
On Wed, 26 Aug 2009, Danny Backx wrote: > On Wed, 2009-08-26 at 11:35 +0200, Vincent Torri wrote: >> On Tue, 25 Aug 2009, Danny Backx wrote: >>> On Sun, 2009-08-23 at 18:18 +0200, Vincent Torri wrote: in io.h, shouldn't struct _finddata_t be guarded by _FINDDATA_T_DEFINED (like _fsize_

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

2009-08-26 Thread Danny Backx
On Wed, 2009-08-26 at 09:45 +0200, Vincent Torri wrote: > On Tue, 25 Aug 2009, Danny Backx wrote: > > On Sun, 2009-08-23 at 18:52 +0200, Vincent Torri wrote: > >> according to msdn (http://msdn.microsoft.com/en-us/library/ms909872.aspx) > >> this value (and other ones too) belong to shobjidl.h and

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

2009-08-26 Thread Danny Backx
On Wed, 2009-08-26 at 11:35 +0200, Vincent Torri wrote: > On Tue, 25 Aug 2009, Danny Backx wrote: > > On Sun, 2009-08-23 at 18:18 +0200, Vincent Torri wrote: > >> in io.h, shouldn't struct _finddata_t be guarded by _FINDDATA_T_DEFINED > >> (like _fsize_t is guarded by _FSIZE_T_DEFINED) ? > >> > >>

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

2009-08-26 Thread Danny Backx
On Wed, 2009-08-26 at 20:26 +0200, Vincent Torri wrote: > I think that the same stuff is missing for struct timezone in sys/time.h Something like this ? Danny pavilion: {1014} svn diff sys/time.h Index: sys/time.h === --- sy

Re: [Cegcc-devel] 4.4 limits.h issue ?

2009-08-26 Thread Danny Backx
On Wed, 2009-08-26 at 10:59 +0200, Vincent Torri wrote: > > On Tue, 25 Aug 2009, Danny Backx wrote: > > > 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/sessi

Re: [Cegcc-devel] Update to home page

2009-08-26 Thread Danny Backx
On Wed, 2009-08-26 at 11:23 +0200, Vincent Torri wrote: > If you want, I can finish the menu (it was not in the version i sent you). Sure. I've played with it a bit but I really have no CSS knowledge :-) My latest stuff is at http://danny.backx.info/download/newcegcc/index.html . Others, Vincent

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

2009-08-26 Thread Vincent Torri
On Wed, 26 Aug 2009, Danny Backx wrote: On Wed, 2009-08-26 at 20:26 +0200, Vincent Torri wrote: I think that the same stuff is missing for struct timezone in sys/time.h Something like this ? yes, exactly Vincent Torri Danny pavilion: {1014} svn diff sys/time.h Index: sys/time

Re: [Cegcc-devel] Update to home page

2009-08-26 Thread Vincent Torri
On Wed, 26 Aug 2009, Danny Backx wrote: > On Wed, 2009-08-26 at 11:23 +0200, Vincent Torri wrote: >> If you want, I can finish the menu (it was not in the version i sent you). > > Sure. I've played with it a bit but I really have no CSS knowledge :-) ok > My latest stuff is at > http://danny.b