On Thu, 26 Mar 2009, Szak�ts Viktor wrote:

Hi,

> >  * harbour/contrib/gtwvg/gtwvg.h
>    ! moved _WIN32_IE declaration before #include ... to fix MinGW32
>      compilation
> After this, mingw64 fails with these messages (previously it compiled
> cleanly):---
> make -C gtwvg install
> make[2]: Entering directory `/c/work/harbour-new/harbour/contrib/gtwvg'
> make[3]: Entering directory
> `/c/work/harbour-new/harbour/contrib/gtwvg/win/mingw64'
> x86_64-pc-mingw32-gcc -I. -I../../../../include -Wall -W -O3
> -fomit-frame-pointer  -I../../../../contrib/hbwin  -c ../../gtwvg.c
> -ogtwvg.o
[...]

before this MinGW32 and MinGW32CE fails with:

../../gtwvg.c: In function 'hb_wvt_gtCreateToolTipWindow':
../../gtwvg.c:4379: error: 'INITCOMMONCONTROLSEX' undeclared (first use in this 
function)
../../gtwvg.c:4379: error: (Each undeclared identifier is reported only once
../../gtwvg.c:4379: error: for each function it appears in.)
../../gtwvg.c:4379: error: expected ';' before 'icex'
../../gtwvg.c:4384: error: 'icex' undeclared (first use in this function)
../../gtwvg.c:4387: warning: implicit declaration of function 
'InitCommonControlsEx'

now it compiles cleanly.

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

Reply via email to