Re: [Cegcc-devel] Importing gcc 4.4.0

2009-05-19 Thread Danny Backx
As far as I know : not yet. Danny On Tue, 2009-05-19 at 11:03 +0200, Vincent Torri wrote: > > On Tue, 19 May 2009, Danny Backx wrote: > > > For your information, I'm importing into src/gcc-4.4.0 now : > > - gcc-core-4.4.0 (already done) > > - gcc-g++-4.4.0 (in progress) > > > > This wil

Re: [Cegcc-devel] Known problems with readdir?

2009-05-19 Thread Johnny Willemsen
Hi, Attached a reproducer program. Because WinCE doesn't has a current directory it seems to does a readdir from the root directory, but I just get "Network" back (the first directory given by dir) but then the program ends. Johnny > I'm not sure whether it's been tested much. This is part of >

Re: [Cegcc-devel] [PATCH] Support aligned common symbols on PE.

2009-05-19 Thread Dave Korn
Danny Backx wrote: > Reply to all so the list sees this. > > W.r.t. not getting through on the list. I've looked at the list config, > can't find a reason. I received this message only directly, not via the > list. I've added your E-mail address to the "explicitly allowed" > addresses, so maybe it

Re: [Cegcc-devel] TBSTYLE_DROPDOWN | TBSTYLE_AUTOSIZE in resource files

2009-05-19 Thread Johnny Willemsen
Hi, > Apologies, I overlooked that this was a separate problem. > > Add -D_WIN32_IE=0x0500 or so to your environment. > When windres doesn't find something, this is usually the cause. Great, that worked! We have now the full ACE distribution compiling with no errors, just a few warnings left. J

Re: [Cegcc-devel] TBSTYLE_DROPDOWN | TBSTYLE_AUTOSIZE in resource files

2009-05-19 Thread Danny Backx
Apologies, I overlooked that this was a separate problem. Add -D_WIN32_IE=0x0500 or so to your environment. When windres doesn't find something, this is usually the cause. Danny This is in commctrl.h : #if (_WIN32_IE >= 0x0300) #define TBSTYLE_DROPDOWN8 #endif #if (_WIN32_IE >=

Re: [Cegcc-devel] TBSTYLE_DROPDOWN | TBSTYLE_AUTOSIZE in resource files

2009-05-19 Thread Johnny Willemsen
Hi, > -lcommctrl ? Yes, that work. Any idea about the TBSTYLE_DROPDOWN | TBSTYLE_AUTOSIZE? Johnny -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unli

Re: [Cegcc-devel] Controlling architecture on binaries built

2009-05-19 Thread Vincent R.
On Tue, 19 May 2009 14:09:59 +0200, Danny Backx wrote: > Hmm, this is not something I can explain, but it may not be the cause of > your problem. > > Again, please provide details about what you're experiencing. > > Danny > I have already reported this error ten times !!! See here :

Re: [Cegcc-devel] Controlling architecture on binaries built

2009-05-19 Thread Danny Backx
Hmm, this is not something I can explain, but it may not be the cause of your problem. Again, please provide details about what you're experiencing. Danny On Tue, 2009-05-19 at 21:25 +0930, Alex Sims wrote: > You are correct is is not the device. It seems it might be some sort > of linki

Re: [Cegcc-devel] Known problems with readdir?

2009-05-19 Thread Danny Backx
I'm not sure whether it's been tested much. This is part of src/mingw/mingwex . Danny On Tue, 2009-05-19 at 13:42 +0200, Johnny Willemsen wrote: > We see a problem with readdir, we only get 1 file back instead of the full > directory when iterating. Are there known issues with readdir? -

Re: [Cegcc-devel] Controlling architecture on binaries built

2009-05-19 Thread Alex Sims
You are correct is is not the device. It seems it might be some sort of linking issue with COREDLL and coredll.dll More specifically I compile gosmore (source at http://svn.openstreetmap.org/applications/rendering/gosmore/ ) using cygwin-cegcc-mingw32ce-0.51.0-1.tar.gz and in the resultant gos

[Cegcc-devel] Known problems with readdir?

2009-05-19 Thread Johnny Willemsen
Hi, We see a problem with readdir, we only get 1 file back instead of the full directory when iterating. Are there known issues with readdir? Johnny -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the

Re: [Cegcc-devel] TBSTYLE_DROPDOWN | TBSTYLE_AUTOSIZE in resource files

2009-05-19 Thread Danny Backx
-lcommctrl ? Danny On Tue, 2009-05-19 at 13:21 +0200, Johnny Willemsen wrote: > Hi, > > > A question, I have the attached resource files which doesn't compile with > i386-mingw32ce-windres. > > It seems the problem is TBSTYLE_DROPDOWN | TBSTYLE_AUTOSIZE. Is this not > supported or do I

[Cegcc-devel] TBSTYLE_DROPDOWN | TBSTYLE_AUTOSIZE in resource files

2009-05-19 Thread Johnny Willemsen
Hi, A question, I have the attached resource files which doesn't compile with i386-mingw32ce-windres. It seems the problem is TBSTYLE_DROPDOWN | TBSTYLE_AUTOSIZE. Is this not supported or do I miss a thing. Compile it with: i386-mingw32ce-windres -D_WIN32_WCE=0x600 -DUNICODE=1 -D_UNICODE=1 -D_

Re: [Cegcc-devel] Importing gcc 4.4.0

2009-05-19 Thread Vincent Torri
On Tue, 19 May 2009, Danny Backx wrote: > For your information, I'm importing into src/gcc-4.4.0 now : > - gcc-core-4.4.0 (already done) > - gcc-g++-4.4.0 (in progress) > > This will replace the gcc-4.1.0 in src/gcc soon. Thank you :) This can solve some problems I have with gcc < 4.2 Do you k

Re: [Cegcc-devel] [PATCH] Support aligned common symbols on PE.

2009-05-19 Thread Danny Backx
Reply to all so the list sees this. W.r.t. not getting through on the list. I've looked at the list config, can't find a reason. I received this message only directly, not via the list. I've added your E-mail address to the "explicitly allowed" addresses, so maybe it'll work from now. Dan

[Cegcc-devel] Importing gcc 4.4.0

2009-05-19 Thread Danny Backx
For your information, I'm importing into src/gcc-4.4.0 now : - gcc-core-4.4.0 (already done) - gcc-g++-4.4.0 (in progress) This will replace the gcc-4.1.0 in src/gcc soon. Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info ---