e. Or i modify the ReactOS editor.
I tested the simple example in cegcc's doc what compiled successfull
and runs on my wm6.1 device.
Great work so far.
- Original Message -
From: "Danny Backx" <[EMAIL PROTECTED]>
To: "Louis Hoefler" <[EMAIL PROTECTED]>
Hi all.
I try to compile the notepad from ReactOS.
My problem is that undefined reference errors who show up, but I included all
needed files.
I searched the include files for the needed definitions and included all
headers i found.
There are 2 or three functions who are not implented in cegcc bu
Ah. I changed
#define _WIN32_WCE
to
#define _WIN32_WCE 0x0400
now the source compiles again.
- Original Message -
From: Louis Hoefler
To: cegcc-devel@lists.sourceforge.net
Sent: Thursday, April 24, 2008 11:16 PM
Subject: [Cegcc-devel] Have i made the wrong macro definitions?
I
I defined
#define _WIN32_IE 0x0400
#define _WIN32_WCE
Now i get this:
In file included from
/opt/mingw32ce/lib/gcc/arm-wince-mingw32ce/4.1.0/../../../../arm-wince-mingw32ce/include/windows.h:51,
from ./notepad.h:6,
from text.c:23:
/opt/mingw32ce/lib/gcc/arm-winc