Re: [Cegcc-devel] Compiling for WinCE/SH4

2009-01-21 Thread Vincent R.
On Wed, 21 Jan 2009 16:17:12 +, "Hywel B. Richards" wrote: > Hi, > > Is anyone out there compiling for WinCE/SH4? > > Is it possible to coax cegcc to build for this platform, or does there > exist another gcc-based cross-compiling toolchain somewhere? > > Failing that, does anyone know how

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

2009-01-21 Thread Lars Munch
On Wed, Jan 21, 2009 at 07:06:22PM +0100, Nicolas Aguirre wrote: > On Wed, Jan 21, 2009 at 6:20 PM, Lars Munch wrote: > > Hi > > > > Attached patch adds the power management header "pm.h" based on > > information from: http://msdn.microsoft.com/en-us/library/aa909892.aspx > > > > All these functio

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

2009-01-21 Thread Nicolas Aguirre
On Wed, Jan 21, 2009 at 6:20 PM, Lars Munch wrote: > Hi > > Attached patch adds the power management header "pm.h" based on > information from: http://msdn.microsoft.com/en-us/library/aa909892.aspx > > All these functions are in coredll > > ...but the patch has two issues (one show stopper). > > 1

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

2009-01-21 Thread Lars Munch
Hi Attached patch adds the power management header "pm.h" based on information from: http://msdn.microsoft.com/en-us/library/aa909892.aspx All these functions are in coredll ...but the patch has two issues (one show stopper). 1. issue (the show stopper) : The function SetSystemPowerState is de

[Cegcc-devel] Compiling for WinCE/SH4

2009-01-21 Thread Hywel B. Richards
Hi, Is anyone out there compiling for WinCE/SH4? Is it possible to coax cegcc to build for this platform, or does there exist another gcc-based cross-compiling toolchain somewhere? Failing that, does anyone know how I might go about building for this platform using gcc? Many thanks in advance

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

2009-01-21 Thread Marc Vaillant
Hi, Is it possible to build the cegcc toolchain with objc and obj-c++ support? I downloaded the trunk tarball, modified the build scrips to enable the objc and obj-c++ languages in the gcc configure options, but no luck. When the build script runs the gcc configure, I get: The following requeste

Re: [Cegcc-devel] directshow inclusion

2009-01-21 Thread Ryan Raasch
Thanks for response. So now i am reading through the strmif.h and inluding the missing interfaces and methods (IPin, IBaseFilter, IGraphBuilder, etc. ). From what i've read, these definitions are generated from an idl file, strmif.h using MIDL.exe. Any comments? Ryan Vincent Torri wrote: >

Re: [Cegcc-devel] directshow inclusion

2009-01-21 Thread Vincent Torri
Hey, > I am using the mingw32ce toolchain for the mobile plaform. I need to > control a camera, and take pictures etc. So to do this, i will use > DirectShow, etc. ( don't really know all the needed libraries). However, > there is scattered and limited directx support in the toolchain. > > Where

[Cegcc-devel] directshow inclusion

2009-01-21 Thread Ryan Raasch
Hello, I am using the mingw32ce toolchain for the mobile plaform. I need to control a camera, and take pictures etc. So to do this, i will use DirectShow, etc. ( don't really know all the needed libraries). However, there is scattered and limited directx support in the toolchain. Where do i be