I've uploaded the updated setup of the build 21.07 for Borland C++ 5.8.2 at
http://hmgextended.com/files/CONTRIB/hm ... -setup.exe
Whatsnew:
Thanks for your attention.2021/08/26: HMG Extended Edition version 21.07 (Update 3).
* New: Added the useful procedure DbfCopyRec() to fast copy a record from
one database to another.
.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see demo in folder \samples\Basic\OrdWildSeek_2)
* New: Added the useful function DbfModStru() to fast modify a structure
of a database file (required low-level exclusive access).
.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* New: Added the useful pseudo-function hb_Ccompiler() for more accurate
detection of the Borland/Embarcadero C++ compiler version.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see demo at folder \samples\Basic\MAINDEMO_(SYNTAX_I))
* New: Added the function CheckStatic() for optimization purposes.
It will activate the statics variables recording and generate
the checkstatic.txt log file on the application quit.
Note: This feature will work after setting of debugging mode
via the Harbour command Set( _SET_DEBUG, .T. ) or AltD( 1 ).
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Modified: The major optimization the use of the STATIC variables in the
MiniGUI core with using of the new function _SetGetGlobal().
.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Modified: The EDIT EXTENDED command implementation by Cristobal Molla:
- this command is available now without MAIN window definition.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Enhanced: The 'Alignment' property of LABEL control supports now the
NOVCENTER switch for removing the VCENTERALIGN property at runtime.
Requested by Verchenko Andrey <verchenkoag/at/gmail.com>.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Updated: Adaptation FiveWin Class TSBrowse 9.0 in HMG:
- fixed bug in the C-function CountRows().
Investigated and contributed by Igor Nazarov
(see demo in folder \samples\Advanced\Tsb_seek_2)
* Updated: HMGS-IDE v.1.4.4.6 Project Manager and Two-Way Visual Form Designer.
Contributed by Pierpaolo Martinello <pier.martinello[at]alice.it>
(look for what's new at changelog.txt in folder \Ide)
* Updated: HbSQLite3 library:
- update for using SQLITE3 latest version 3.37.0dev.
Contributed by Grigory Filatov <gfilatov@inbox.ru>.
* Updated: 'Browse scopes' sample:
- added save and restore of tables information as a common database.
Based on an original work of Peter Townsend for Clipper.
Fixed and adapted for Minigui Extended by Grigory Filatov
(see in folder \samples\Basic\Browse_4)
* Updated: 'Get User Locale Numerics' sample.
- updated C-code for Unicode compatibility.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \samples\Advanced\GetUserLocaleInfo)
--
Best Regards,
Grigory Filatov
[MiniGUI Team]