Hi,
The attached patch adds support for the _wopen function in libmingwex. The
old static function vopen in mingwex/wince/open.c is split into vwopen,
taking a wchar_t string as a parameter, used by the new _wopen wrapper,
and a smaller function vopen that does the charset conversion and passes
On Sat, 25 Jul 2009, Danny Backx wrote:
> On Fri, 2009-07-24 at 16:10 +0300, Martin Storsjö wrote:
> > The attached patch adds support for the _wopen function in libmingwex. The
> > old static function vopen in mingwex/wince/open.c is split into vwopen,
> > taking
Hi,
Currently, including errno.h when building with mingw32ce yields an error.
Even though there isn't any errno variable available on Windows CE, the
error codes defined in errno.h may still be of value. E.g. ffmpeg uses
them extensively, even though their use of the actual errno variable is
On Mon, 27 Jul 2009, Danny Backx wrote:
> On Mon, 2009-07-27 at 21:31 +0300, Martin Storsjö wrote:
> > Currently, including errno.h when building with mingw32ce yields an error.
> > Even though there isn't any errno variable available on Windows CE, the
> > error co
Hi,
conio.h isn't available on official WinCE SDKs, including it therefore
should yield an error. It currently doesn't contain any usable
functionality anyway.
// MartinIndex: mingw/include/conio.h
===
--- mingw/include/conio.h (re
Hi,
On Tue, 29 Sep 2009, Eric House wrote:
We've discussed before that the free-software tools for building .cab
files on Linux produce files that Smartphone (but not PocketPC)
doesn't recognize. But I wonder if anybody's found a way around this.
I don't know what has been discussed before,
On Thu, 1 Oct 2009, Eric House wrote:
> Thanks! I've installed it as part of my build system, where it at
> least works. I may not have a chance to test on Smartphone for a
> couple of weeks -- my wife's dragging me and 0 computers off to
> Hawai'i tomorrow morning :-) -- but I'll post or write
On Sun, 17 Jan 2010, Danny Backx wrote:
> Note I also stumbled on an assembler I cannot solve immediately. Can
> you ?
>
> libavcodec/arm/dsputil_arm.S:711: Error: selected processor does not
> support `bx lr'
IIRC, you need to configure ffmpeg with --cpu=armv4t for this arm assembly
to be supp