HMG Ext Mail Group wrote:
Hi All,
Harbour MiniGUI Extended Edition 2.3.5 setup is published at the following URL:
http://hmgextended.com/files/CONTRIB/hm ... -setup.zip" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false;
and a MinGW-based self-extracting archive is placed at the following URL:
http://hmgextended.com/files/CONTRIB/hmg235-mingw.exe" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false;
There are also an optional xHarbour-based archive at the following URL:
http://hmgextended.com/files/CONTRIB/xh ... hb9998.zip" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false;
and donationware xCC-based self-extracting archive for xHarbour.com distribution at
http://hmgextended.com/files/CONTRIB/hmg235-xcc.exe" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false;
There is the following changelog for this build:
2014/05/22: HMG Extended Edition 2.3.5 Published.
* Modified: C-code cleaning for spare declarations of Windows constants and
compatibility with XCC compiler.
Contributed by Grigory Filatov <gfilatov@...>
* Changed: The C-functions CursorArrow(), CursorHelp(), CursorWait(), CursorCross(),
CursorIBeam(), CursorAppStarting(), CursorNo(), CursorSizeAll(), CursorSizenEsW(),
CursorSizenWsE(), CursorSizeNS(), CursorSizeWE() and CursorUpArrow() are
defined as pseudo-functions.
Contributed by Grigory Filatov <gfilatov@...>
(see demo in folder \samples\Basic\CURSOR)
* Changed: The internal C-functions ListView_SetColumnWidthAuto() and
ListView_SetColumnWidthAutoH() are defined as pseudo-functions.
They are a wrappers for the C-function ListView_SetColumnWidth().
Contributed by Grigory Filatov <gfilatov@...>
(see demo.prg in folder \samples\Basic\Grid)
* Enhanced: DEFINE BKGBRUSH command supports JPG, GIF, TIF and PNG images also.
- DEFINE BKGBRUSH <brush> PATTERN IN [ WINDOW ] <parent> ;
BITMAP | IMAGE | PICTURE <image>
Contributed by Grigory Filatov <gfilatov@...>
(see demo in folder \samples\Basic\WindowBackground)
* Updated: Header file i_hmgcompat.ch for compatibility with Official HMG:
- added pseudo-function GetFocusedControlType().
Contributed by Grigory Filatov <gfilatov@...>
* Updated: 'Bos Taurus' Graphics Library (see source in folder \Source\BosTaurus).
Contributed by Claudio Soto <srvet@...>.
(see demos in folder \samples\Advanced\BosTaurus)
* Updated: HbSQLite3 library:
- update for using SQLITE3 version 3.8.5dev (2014-05-17 16:56).
Contributed by Grigory Filatov <gfilatov@...>
(see demo in folder \samples\Advanced\SQLITE_2)
* Updated: Harbour Compiler 3.2.0dev (r2014-05-06 17:32).
Contributed by Grigory Filatov <gfilatov@...>
(look at ReadMe.txt in folder \harbour)
* New: 'Directory Tree' sample (build tree of folders and files).
Based upon a contribution of Vladimir Chumachenko <ChVolodymyr@...>
(see in folder \samples\Basic\IMAGETREE_3)
* New: 'System Idle' samples (detect inactivity of keyboard and mouse).
Based upon a contribution at official HMG forum.
Adapted for Minigui Extended by Grigory Filatov <gfilatov@...>
(see in folder \samples\Advanced\SysIdle)
* Updated: 'HMG ReadXLS' sample: minor changes.
Contributed by Grigory Filatov <gfilatov@...>
(see in folder \samples\Advanced\ReadXLS)
There is also the following 'last minute' change in this build:
* Enhanced: Registry class supports 32-bit applications running under 64-bit Windows.
Based upon WinAPI function IsWow64Process().
Contributed by Grigory Filatov <gfilatov@...>
(see demo in folder \samples\Advanced\7-Zip)
Above change allows to access a 64-bit value from Windows Registry for 32-bit applications.
It is a regularly scheduled maintenance release.
This release is considered stable and ready for production use.
--
With Best Regards,
Grigory Filatov
[MiniGUI Team]