I have obtained the following error when compiling the Harbour (latest
versions) with MinGW:

../../wvgwin.c: In function `HB_FUN_WVG_SETCURRENTBRUSH':
../../wvgwin.c:2095: warning: implicit declaration of function `SetClassLongPtr'

../../wvgwin.c:2095: error: `GCLP_HBRBACKGROUND' undeclared (first use in this f
unction)
../../wvgwin.c:2095: error: (Each undeclared identifier is reported only once
../../wvgwin.c:2095: error: for each function it appears in.)
mingw32-make.exe[3]: *** [wvgwin.o] Error 1
mingw32-make.exe[3]: Leaving directory `C:/harbour/contrib/gtwvg/win/mingw'
mingw32-make.exe[2]: *** [descend] Error 2
mingw32-make.exe[2]: Leaving directory `C:/harbour/contrib/gtwvg'
mingw32-make.exe[1]: *** [gtwvg.inst] Error 2
mingw32-make.exe[1]: Leaving directory `C:/harbour/contrib'
mingw32-make.exe: *** [contrib.inst] Error 2
C:\harbour>

I'm having to edit the file c:\harbor\contrib\gtwvg\wvgwin.ce and
remove the constant GCLP_HBRBACKGROUND and put the value -10 as
defined into c:\harbor\contrib\examples\hbwhat\winuser.ch

I'm just reporting it may be that someone else has had this problem.
Vailton Renato
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to