HMG Extended Edition version 22.03 is published
Moderator: Rathinagiri
Re: HMG Extended Edition version 22.03 is published
thank you Grigory!
Best Regards,
Nikos.
os: Windows Server 2019 - 64
Nikos.
os: Windows Server 2019 - 64
-
HGAutomator
- Posts: 200
- Joined: Thu Jul 16, 2020 5:42 pm
- DBs Used: DBF
Re: HMG Extended Edition version 22.03 is published
Can the 64-bit Minigui be installed concurrently with the 32-bit version? I need to use the 64-bit ODBC drivers, but have been using the 32-bit setup, up to now.
gfilatov wrote: ↑Thu Mar 31, 2022 7:50 am Hi Friends,
Please notice that there are also the private MinGW-based builds:
-------------------------------------------------------------
Minigui Ex Package (build date: 30.03.2022)
Download links: https://hmgextended.com/files/PRIVATE
-------------------------------------------------------------
Components versions:
--------------------
-------------------------------------------------------------Harbour MiniGUI Extended Edition 22.03 (Release)
Harbour 3.2.0dev (r2104281802)
Harbour Make (hbmk2) 3.2.0dev (r2021-04-28 18:02)
gcc (GCC with MCF thread model, built by LH_Mouse.) 11.2.1 20220323
Minigui Ex 64 Package (build date: 30.03.2022)
Download links: https://hmgextended.com/files/PRIVATE
-------------------------------------------------------------
Components versions:
--------------------
The above distros are available for the all donators.Harbour MiniGUI Extended Edition 22.03 (Release)
Harbour 3.4.0dev (a6e3e4b) (2021-11-16 00:36)
Harbour Make (hbmk2) 3.4.0dev (a6e3e4b) (2021-11-16 00:36)
gcc (GCC) 11.2.0 2021-10-30
Thanks for your attention.
Greetings,
Grigory
Re: HMG Extended Edition version 22.03 is published
Hi,HGAutomator wrote: ↑Tue Apr 19, 2022 3:54 pm Can the 64-bit Minigui be installed concurrently with the 32-bit version? I need to use the 64-bit ODBC drivers, but have been using the 32-bit setup, up to now.
Yes, it is possible.
You can installing the 32-bit version to the folder c:\minigui and then install the 64-bit Minigui to the folder c:\minigui64 with corresponding correction a default path setting in the batch file c:\minigui64\build64.bat
That's all
Kind Regards,
Grigory Filatov
"Everything should be made as simple as possible, but no simpler." Albert Einstein
Grigory Filatov
"Everything should be made as simple as possible, but no simpler." Albert Einstein
-
HGAutomator
- Posts: 200
- Joined: Thu Jul 16, 2020 5:42 pm
- DBs Used: DBF
Re: HMG Extended Edition version 22.03 is published
Sounds good, thanks.
Regards,
Regards,
gfilatov wrote: ↑Tue Apr 19, 2022 4:43 pmHi,HGAutomator wrote: ↑Tue Apr 19, 2022 3:54 pm Can the 64-bit Minigui be installed concurrently with the 32-bit version? I need to use the 64-bit ODBC drivers, but have been using the 32-bit setup, up to now.
Yes, it is possible.
You can installing the 32-bit version to the folder c:\minigui and then install the 64-bit Minigui to the folder c:\minigui64 with corresponding correction a default path setting in the batch file c:\minigui64\build64.bat![]()
That's all![]()
Re: HMG Extended Edition version 22.03 is published
Hi All,
I've uploaded the updated setup of the build 22.03 for Borland C++ 5.8.2 at
https://hmgextended.com/files/CONTRIB/hm ... -setup.exe
There is also an extra donationware Minigui Ex built for the freeware
Embarcadero C++ 10.2 ‘Tokyo’ compiler (which is included in the package).
Whatsnew:
2022/04/21: HMG Extended Edition version 22.03 (Update 3).
the HbPrinter and MiniPrint2 libraries.
The upgrade to this build is recommended.
--
Best Regards,
Grigory Filatov
[MiniGUI Team]
I've uploaded the updated setup of the build 22.03 for Borland C++ 5.8.2 at
https://hmgextended.com/files/CONTRIB/hm ... -setup.exe
There is also an extra donationware Minigui Ex built for the freeware
Embarcadero C++ 10.2 ‘Tokyo’ compiler (which is included in the package).
Whatsnew:
2022/04/21: HMG Extended Edition version 22.03 (Update 3).
There are also the "last-minute" improvements in the save pdf's module of* Fixed: Bug due to stupid typo in the internal function _DefineImageList()
(introduced in the build 2.4.6).
The above typo was influence on display the Toolbar's Button with
PICTUREINDEX clause.
Contributed by Grigory Filatov <gfilatov@gmail.com>
* Enhanced: The DISABLE / ENABLE [ CONTROL ] EVENT command may be used
similar to the pseudo-OOP method StopEvent.
Syntax:
Form.Control.StopEvent := .T. | .F.
Suggested and contributed by Ivanil Marcelino.
* Enhanced: You can get 'ColumnWidthLimits' property of GRID at runtime:
Form.Grid.ColumnWidthLimits -> aMinMax
aMinMax := GetProperty( Form, Grid, 'ColumnWidthLimits' )
Suggested and contributed by Ivanil Marcelino.
* Updated: Added the forced modification of Grid columns width at setting of
'ColumnWidthLimits' property at runtime.
Suggested and contributed by Ivanil Marcelino
(see demo in folder \samples\Basic\Grid_ColumnsWidth)
* Updated: HbSQLite3 library:
- update for using SQLITE3 version 3.39.0dev (from 3.38.2).
Contributed by Grigory Filatov <gfilatov@gmail.com>
* New: 'Grid Columns With Fixed Width' sample.
Contributed by Grigory Filatov <gfilatov@gmail.com>
(see in folder \samples\Basic\Grid_ColumnsFixedWidth)
* Updated: 'Set order in Browse' sample.
Based upon a suggestion of Pete D.
Contributed by Grigory Filatov <gfilatov@gmail.com>
(see demo.prg in folder \samples\Basic\BROWSE_PICTURE)
* Updated: 'Alarm Clock' sample:
- used the function GetColor() with 1st parameter instead of
the internal C-function.
Contributed by Grigory Filatov <gfilatov@gmail.com>
(see in folder \samples\Applications\AlarmClock)
the HbPrinter and MiniPrint2 libraries.
The upgrade to this build is recommended.
--
Best Regards,
Grigory Filatov
[MiniGUI Team]
- serge_girard
- Posts: 3412
- Joined: Sun Nov 25, 2012 2:44 pm
- DBs Used: 1 MySQL - MariaDB
2 DBF - Location: Belgium
- Contact:
Re: HMG Extended Edition version 22.03 is published
Thanks Grigory !
Serge
Serge
There's nothing you can do that can't be done...
Re: HMG Extended Edition version 22.03 is published
Thank you Grigory !
Best Regards,
Nikos.
os: Windows Server 2019 - 64
Nikos.
os: Windows Server 2019 - 64
Re: HMG Extended Edition version 22.03 is published
+1
L'Algerie vous salut
Y.TABET
WatsApp :+213770943143
Y.TABET
WatsApp :+213770943143