Brief Notes on Using HMG Extended 226 and HBDEv3.2 on Windows 7/8
1) When using HMG Extended, Harbour Dev 3.2 must be used to compile and link it via hbmk2.2) Note that HBDev3.2 uses mingw as the default compiler and my hbp file would be as follows :-
-oPMS4hmgx
-w0
-gtgui
-rebuild
# Minigui libs
-lminigui -lvfw32 -lmsvfw32
//Harbour libs
-lhbct -lhbmzip -lminizip -lhbwin -lhbmisc -lxhb
# my apps hbc file
pms4hmgx.hbc
# list of prgs
PMS4WIN.PRG
LOCKS.PRG
RDDSYS.PRG
3) Add PATH=C:\HB32\BIN to your Environmental Variables in Win 7/8
No comments:
Post a Comment