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
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
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
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
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
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
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:
>
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
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