David, David Arturo Macias Corona wrote: > > 1) Maurilio: to check changes in hbdefs.h > /* 28/03/2000 - [email protected] > The same holds true when using GCC under OS/2 > */ > /* xx/02/2010 - [email protected] > Include all OS/2 API definitions to make sure other involved parties > (such as Qt for OS/2) will get everything they want > */ > #define OS2EMX_PLAIN_CHAR > #define INCL_BASE > #define INCL_PM > #include <os2.h> > #undef INT > #undef UINT > #define HB_DONT_DEFINE_BASIC_TYPES > This takes in all #defines related to PM (OS/2 GUI), it should pose no harm, just a slower building (maybe even not noticeable).
But it would be better, given that qt is a contrib, have an include file at the top of the qt tree which does just this or at least try to see if it is enough to get it going. Maurilio. _______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
