Erik van Pienbroek wrote:
> Op dinsdag 10-07-2007 om 19:32 uur [tijdzone +0100], schreef Pedro
> Alves:
> > On 7/10/07, Erik van Pienbroek wrote:
> > >
> > I know nothing wxWinCE, but if it is a C++ lib, this won't work.
> > Mixing C++ from
> > diferent compilers doesn't work. Better build wxWinC
Op dinsdag 10-07-2007 om 19:32 uur [tijdzone +0100], schreef Pedro
Alves:
> On 7/10/07, Erik van Pienbroek wrote:
> >
> > The configure script currently doesn't support building the wxWinCE
> > port. If you tell configure to use the wxMSW port, the compilation
> > fails due to a missing errno.h (wh
Hi,
Today I've also tried to build wxWinCE using cegcc.
I've seen that the developers of wxWinCE have used Visual C++
Embedded 4.0 to maintain this port, which means that it should
be possible to compile wxWinCE using mingw32ce (no unix portability
layer is required).
The configure script curren
On 7/10/07, Erik van Pienbroek wrote:
>
> The configure script currently doesn't support building the wxWinCE
> port. If you tell configure to use the wxMSW port, the compilation
> fails due to a missing errno.h (which indicates that the wxMSW port
> is really used instead of the wxWinCE port). It