Hi Przemek, I thought our way or working is that everytime we commit something we enhance some parts of Harbour, rather than reintroducing some known problems. I posted the exact error list to help develop a real fix, instead of seeing your report repeated as a sort of answer.
I'd kindly ask you to have another look, I'm sure you have a more educated answer than this. mingw64 support is very important to give a proper alternative to MSVC (payware, closed source product). (and let me note that I personally don't need or use x64 at all) Brgds, Viktor On Thu, Mar 26, 2009 at 5:35 PM, Przemyslaw Czerpak <[email protected]>wrote: > 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 >
_______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
