[Cegcc-devel] Add STACK_SIZE_PARAM_IS_A_RESERVATION to headers

2009-01-25 Thread Geoffroy Couprie
Hello! It looks like STACK_SIZE_PARAM_IS_A_RESERVATION is not in the winbase.h header. According to http://msdn.microsoft.com/en-us/library/ms682453.aspx its value must be 0x0001 (it's not the page information for CreateThread on wince, but I assume that's the good value, because it works *hem

Re: [Cegcc-devel] [PATCH] Add pm.h header

2009-01-25 Thread Danny Backx
Apologies, looks like I did the "svn add" but not the commit, or the latter failed without me noticing it. Anyway, I've just committed. Danny On Sun, 2009-01-25 at 12:31 +0100, Lars Munch wrote: > Index: cegcc/src/w32api/include/winbase.h > ===

Re: [Cegcc-devel] [PATCH] Add pm.h header

2009-01-25 Thread Lars Munch
On Sun, Jan 25, 2009 at 09:43:02AM +0100, Danny Backx wrote: > Lars, > > Thanks a lot for your work. I was away for a couple of days so I had no > access to my mail. > > Your submission adds a couple of things to the pm.h that I had recently > entered in SVN. I've merged them and attached the res

[Cegcc-devel] [ cegcc-Bugs-2531117 ] FAQ contains broken link to WM6 emulator images

2009-01-25 Thread SourceForge.net
Bugs item #2531117, was opened at 2009-01-23 14:57 Message generated for change (Settings changed) made by dannybackx You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=865514&aid=2531117&group_id=173455 Please note that this message will contain a full copy of the com

Re: [Cegcc-devel] [PATCH] dshow inclusion

2009-01-25 Thread Danny Backx
I'm not sure I understand where you obtained all this information. Have you used include files from Visual Studio or so ? That would be a show stopper. If you obtained all this info by e.g. browsing MSDN, that would be admissible. Danny On Fri, 2009-01-23 at 21:43 +0100, Ryan Raasch wro

[Cegcc-devel] [ cegcc-Bugs-2531117 ] FAQ contains broken link to WM6 emulator images

2009-01-25 Thread SourceForge.net
Bugs item #2531117, was opened at 2009-01-23 14:57 Message generated for change (Comment added) made by romeo9423 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=865514&aid=2531117&group_id=173455 Please note that this message will contain a full copy of the comment

Re: [Cegcc-devel] building support for objc obj-c++

2009-01-25 Thread Danny Backx
Yes that should be possible. That's one of the front ends, the goal of gcc is to have very little crossover between front ends and back ends so implementing objc or obj-c++ for should mostly be a configuration issue. There's some documentation on how the gcc build/configuration works in gcc/doc, e

Re: [Cegcc-devel] [PATCH] Add pm.h header

2009-01-25 Thread Danny Backx
Lars, Thanks a lot for your work. I was away for a couple of days so I had no access to my mail. Your submission adds a couple of things to the pm.h that I had recently entered in SVN. I've merged them and attached the result to this message. The winbase.h patch was already in SVN, a submission