HMG 3.0.0 (Forum Test XIII)
Posted: Thu Dec 24, 2009 12:58 am
Download/Descarga: hmg300_Test_13.exe- Updated: Harbour compiler to 2.0.0 (r13372) OFFICIAL DISTRIBUTION FINAL RELEASE.
- Fixed: Problems with timer. Reported by Grigory Filatov.
- Fixed: Problems with "when block" in Browse control. Reported by Luis Vasquez.
- Fixed: Problems with numeric group expression in report generator.
Reported by Fernando Chirico.
- Fixed: Problem when group header is omited in report generator.
Reported by Sudip.
- Fixed: Numeric masked TEXTBOX control problems. Reported by Grigory
Filatov.
-Fixed: Virtual GRID update problems. Reported by Vanguarda.
- Modified: HMG installation is portable now, so it could be installed
in a different folder than c:\hmg and work without need to reconfigure.
- Updated: MingW compiler to 4.4.1
- New: MULTILINE property for TAB control.
- New: Resources files set. Contributed by Vanguarda.
- Modified: Portuguese Messages. Contributed by Salamandra.
- Modified: Samples.
Removed: ADORDD samples (adordd not working on
current Harbour release)
Added:
-\HMG\SAMPLES\RDD.SQL\MYSQL
-\HMG\SAMPLES\RDD.SQL\ODBC
-\HMG\SAMPLES\RDD.SQL\ARRAY
-\HMG\SAMPLES\MEMORY.TABLES
-\HMG\SAMPLES\MULTI.WIN
-\HMG\SAMPLES\SQLITE
-\HMG\SAMPLES\POSTGRESQL
-\HMG\SAMPLES\NETIO.01
-\HMG\SAMPLES\NETIO.01
Modified:
-\HMG\SAMPLES\MULTI.PRG
-\HMG\SAMPLES\CONTAINERS\TOOLBAR*
New: 'Build.bat' (it replaces 'compile.bat').
Build [/i|/r|/d|/cs|/ci/cr] <PrgFile> | <filelist.hbp> [config.hbc]
[/i] : incremental build
[/r] : incremental build (rebuild all)
[/cs] : Console/mixed mode (std build)
[/ci] : Console/mixed mode (incremental build)
[/cr] : Console/mixed mode (incremental rebuild all)
[/d] : Debug mode (gui and console)
<filelist.hbm> : A text file with .hbp extension containing a source list
<configfile.hbc>: A text file with configuration parameters as additional
libs, include paths and lib paths.
<configfile.hbc> Syntax:
incpaths = incpath1 incpath2 ... incpathn
libpaths = libpath1 libpath2 ... libpathn
libs = lib1 lib2 ... libn
mt=yes (multi-threading support)
- library names must not include 'lib' prefix nor '.a' extension.
- 'build.bat' will create an 'error.log' file in the app folder when build
process ends with an error condition.
Sample: \HMG\SAMPLES\MULTI.PRG