Hi

Thank You.
I see in hbdefs.h:

/* Include windows.h if applicable and requested */
#if defined( HB_OS_WIN_USED ) && defined( HB_OS_WIN )

   #include <windows.h>
   #if defined( __GNUC__ )
      #define HB_DONT_DEFINE_BASIC_TYPES
   #endif

But I'am compiling daily minigui extended with mingw and MSVC8.
Problem appeared lately. So my naive solution was to include windows.h 
in *.c files.
Anyhow HbQt is responsible for it's Qt include files. 
By my logic (I don't have Your deep knowledge of Harbour), any
toolkit should be responsible for it's environment.

Thank You
I apreciate Your work very much
BRGS



Viktor Szakáts wrote:
> 
>> I use mingw and MSVC8 with minigui extended (distribution by Grigory
>> Filatov)
>> and I have no problems with any compiler.
>> Because minigui uses win32 appi, You have to #include <windows.h>
> 
> You have to _request_ windows.h using HB_OS_WIN_USED 
> (formerly HB_OS_WIN32_USED).
> 
> That's all. MINIGUI code wasn't updated during last 
> year to use the new one.
> 
> Brgds,
> Viktor
> 
> _______________________________________________
> Harbour mailing list (attachment size limit: 40KB)
> [email protected]
> http://lists.harbour-project.org/mailman/listinfo/harbour
> 
> 

-- 
View this message in context: 
http://old.nabble.com/errors-with-release-13584-tp27170267p27214128.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to