Hi
Guillermo Varona wrote: > > Hi Pritpal, I've done the modifications, but i got this: > > ************************************* > Proyecto: Tests, Entorno: Hb_MinGW_WVG: > [1]:gcc.exe -oTests.Exe -Wall -W -O3 -march=i586-mtune=pentiumpro > -mwindows Tests.gcl > D:\SyS_GVS\Stk\CIPSA\Obj\demowvg.o:demowvg.c:(.data+0x1d48): undefined > reference to `HB_FUN_WVG_BOXGET' > D:\SyS_GVS\Stk\CIPSA\Obj\demowvg.o:demowvg.c:(.data+0x1d58): undefined > reference to `HB_FUN_WVG_BOXRAISED' > D:\SyS_GVS\Stk\CIPSA\Obj\demowvg.o:demowvg.c:(.data+0x1d68): undefined > reference to `HB_FUN_WVG_BOXRECESSED' > D:\SyS_GVS\Stk\CIPSA\Obj\demowvg.o:demowvg.c:(.data+0x1d78): undefined > reference to `HB_FUN_WVG_BOXGROUPRAISED' > D:\SyS_GVS\Stk\CIPSA\Obj\demowvg.o:demowvg.c:(.data+0x1dc8): undefined > reference to `HB_FUN_HB_GT_WVT' > C:\HarbourMinGW\Lib/libgtwvg.a(wvgwin.o):wvgwin.c:(.text+0x2a9b): > undefined reference to `SetDCBrushColor' > C:\HarbourMinGW\Lib/libgtwvg.a(wvgwin.o):wvgwin.c:(.text+0x2acb): > undefined reference to `SetDCPenColor' > collect2: ld returned 1 exit status > *************************************** > You are to rebuild gtwvg.lib afresh with latest SVN. Guillermo Varona wrote: > > My new .env it's this: > > HB_COMMAND=%HB_BIN_INSTALL%\Harbour.Exe %PRG% /m /n /gc3 /w1 /es2 /a /b > /i%HB_INC_INSTALL% > > [C] > C_COMP_COMMAND=%C_BIN_INSTALL%\gcc.exe%CRLF% -I%HB_INC_INSTALL%%CRLF% > -Wall -W -O3 -march=i586 -mtune=pentiumpro -c %C% -o%OBJ% > C_LIB_COMMAND=%C_BIN_INSTALL%\ar.Exe -M < %RSP% > C_LINK_COMMAND=%C_BIN_INSTALL%\gcc.exe -o%EXE% -Wall -W -O3 -march=i586 > -mtune=pentiumpro -mwindows %LNK% > > So what exactly did you change ? I see no change in the switches. Even after your new script exe is build properly and appears to be executed but nothing comes up on screen. Further investigations suggest that 'void hb_winmainArgInit()' in harbour/source/vm/cmdarg.c is not being executed and hence 'BOOL hb_winmainArgGet()' always return FALSE. So the GT initialization is failing somewhere. Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/Xmate-and-MinGW-Env-for-Applns-tp22270970p22296547.html Sent from the Harbour - Dev mailing list archive at Nabble.com. _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour