[Development] Any C++11-capable compiler for Windows CE?

Kevin Kofler kevin.kofler at chello.at
Mon Oct 6 11:58:40 CEST 2014


Hi,

Thiago Macieira wrote:
> Question to the folks who follow Windows CE development:
> 
> is there any light at the end of the tunnel about compiling C++11 code for
> that platform?
> 
> Basically, Windows CE support right now completely blocks any idea of
> using C++11 code in Qt, since the only compiler supporting that platform
> that I know of is MSVC 2008.

I know this is an old thread, but:
http://max.kellermann.name/projects/cegcc/
has GCC 4.6.3. If that isn't new enough, upgrading from there to 4.7.x, 
4.8.x or even 4.9.x is probably doable.

It is never a good idea to rely on M$. ;-)

        Kevin Kofler




More information about the Development mailing list