On Thu, 03 Jul 2008, Marek Paliwoda wrote:

Hi Marek,

> 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.

Some of them just like the OSVERSIONINFOEXA are supported by MinGWCE
so probably we should use also #indef ...

best regards,
Przemek
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to