Hi,
I my quest trying to get a working mingw32ce version under win32 mingw (is
someone interested by my (trivial) changes to the build-mingw32ce.sh
script?) I had a small problem.
I noticed that any program compiled with -g makes LD fail with a win32
exception dialog. The exception code is 0xC0..
Hi,
I am missing the function TransparentBlt() with mingw32ce 0.59.1.
wingdi.h provides the prototype only if WINVER>=0x410, but MSDN states
TransparentBlt() is available since CE 4.0:
http://msdn.microsoft.com/en-us/library/aa453778.aspx
wingdi.h defaults to WINVER=0x400, and doesn't bother to
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Pedro Alves a écrit :
> Here's the problem. My guess is that you have CC in your environment
> set to arm-mingw32ce-gcc. Unset it, and try again..
Yes, you right :)
because i have add some lines in "cegcc user profile" (in .bashrc) like
export CC=ar
there are currently 4 ported packages (zlib, libjpeg, libpng and
freetype). Each of them have new versions (excepted zlib, but it will be
soon). So i want to provide new packages.
I would like advices on the flags i should use, not use, for optimisations
(in speed, mainly). In each tarball, i
On Monday 25 January 2010 23:27:08, Mr Souissi wrote:
> checking for x86_64-unknown-linux-gnu-gcc... arm-mingw32ce-gcc
Here's the problem. My guess is that you have CC in your environment
set to arm-mingw32ce-gcc. Unset it, and try again..
--
Pedro Alves
--