A new release of HMG IDE.4 test version.
It fixes some problems.
You need to download updated HMG.4 sources (at least 2011.11.20) and rebuild the library.
Besides that, you must to change the 'buildaapp.bat' file with the following:
Code: Select all
@echo off
REM
REM $Id$
REM
IF DEFINED HMGPATH GOTO HmgPathDefined
SET HMGPATH=c:\hmg.4
SET PATH=%HMGPATH%\harbour\bin;%HMGPATH%\harbour\comp\mingw\bin;%PATH%
SET HB_WITH_QT=%HMGPATH%\harbour\include
:HmgPathDefined
if "%1"=="/3" goto compatible
HBMK2 %1 %2 %3 %4 %5 %6 %7 %8 -w3 -es2
goto end
:compatible
shift
HBMK2 %1 %2 %3 %4 %5 %6 %7 %8 -DHMG3 -i. -run
pause
:end
Thanks to Francesco for tuning HMG.4 to make this possible.
Enjoy!