There are problems with gtwvt in WinCE. Here is a log :

source\rtl\gtwvt\gtwvt.c(1442) : error C2065: 'WM_ENTERSIZEMOVE' : undeclared identifier
source\rtl\gtwvt\gtwvt.c(1442) : error C2051: case expression not constant
source\rtl\gtwvt\gtwvt.c(1448) : warning C4013: 'SetWindowLongPtr' undefined; assuming extern returning int source\rtl\gtwvt\gtwvt.c(1450) : error C2065: 'SWP_DEFERERASE' : undeclared identifier source\rtl\gtwvt\gtwvt.c(1452) : error C2065: 'SW_NORMAL' : undeclared identifier source\rtl\gtwvt\gtwvt.c(1456) : error C2065: 'WM_EXITSIZEMOVE' : undeclared identifier
source\rtl\gtwvt\gtwvt.c(1456) : error C2051: case expression not constant
source\rtl\gtwvt\gtwvt.c(1467) : error C2065: 'SC_MAXIMIZE' : undeclared identifier
source\rtl\gtwvt\gtwvt.c(1467) : error C2051: case expression not constant

I guess that required constans can be added to gtwvt directly,
protected by #if defined( HB_WINCE ). "SetWindowLongPtr" is
a different story and I am not sure how should it be fixed.

--

Marek

----------------------------------------------------------------------
W kosciele tez zdarzaja sie wpadki!
Smieszny filmik >>> http://link.interia.pl/f1e61

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to