HMG.4 New Windows Binaries+Source Release (2010.10.14)

HMG announcements; Latest HMG-related news, releases, fixes and updates.

Moderator: Rathinagiri

Post Reply
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

HMG.4 New Windows Binaries+Source Release (2010.10.14)

Post by Roberto Lopez »

Hi All,

Updated Windows binaries containing the latest Harbour/HBQT and HMG library.

http://www.sourceforge.net/projects/hmg

Enjoy!
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Rathinagiri
Posts: 5481
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMG.4 New Windows Binaries+Source Release (2010.10.14)

Post by Rathinagiri »

Thanks a lot Roberto.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMG.4 New Windows Binaries+Source Release (2010.10.14)

Post by Roberto Lopez »

rathinagiri wrote:Thanks a lot Roberto.
You are welcome!
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
l3whmg
Posts: 694
Joined: Mon Feb 23, 2009 8:46 pm
Location: Italy
Contact:

Re: HMG.4 New Windows Binaries+Source Release (2010.10.14)

Post by l3whmg »

Hi Roberto, how are you!

I'm very happy to see (and use) your (and other volunteers) great work!

I've downloaded the last HMG.4 (2010.10.19) and I've installed in this directory "D:\Hmg.4\Minigui" (MsWin XP SP 3).
My source is in "D:\Hmg.4\MyExample". Then I've write my command (I hope :oops: ) in according with this installation and I put the .bat in "D:\Hmg.4\Bin" (I want preserve the integrity of HMG4 distribution and for this reason I use this directories layout. All of HMG is in D:\Hmg.4\Minigui).

This is the source (like your buildapp.bat with little difference):

Code: Select all

@ECHO OFF
CLS

SET tpath=%PATH%
SET HMGPATH=D:\hmg.4\MiniGui

SET PATH=%HMGPATH%\harbour\bin;%HMGPATH%\mingw\bin;%PATH%
SET HB_WITH_QT=%HMGPATH%\qt\include

HBMK2 %1 %2 %3 %4 %5 %6 %7 %8

:restore
SET PATH=%tpath%
SET tpath=
SET HMGPATH=
But I receive this message (
D:\hmg.4\MiniGui\svn\include\hmg.ch(2804) Error F0029 Can't open #include file
'../../include/i_keybd.ch
hbmk2: Error: Running Harbour compiler (embedded). '
I've modified "hmg.ch" in this way
2801 #ifdef __HBIDE__ <<------REMOVED
2802 # include "i_keybd.ch"
2803 #else <<------REMOVED
2804 # include "../../include/i_keybd.ch" <<------REMOVED
2805 #endif <<------REMOVED
And I can compile :?:

Another question:
With qt.conf can I can use this format:

Code: Select all

[Paths]
plugins=D:\hmg.4\MiniGui\qt\plugins\imageformats
The last but not least: I don't understand ( :oops: ) if icon work or not in "DEFINE WINDOW".

Best regards
Luigi from Italy
www.L3W.it
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMG.4 New Windows Binaries+Source Release (2010.10.14)

Post by Roberto Lopez »

l3whmg wrote:Hi Roberto, how are you!

I'm very happy to see (and use) your (and other volunteers) great work!
<...>
1. besides modify HMGPATH environment variable in buildapp.bat and buildlib.bat you must change include folder in hmg.hbc file.

2. Icon is not implemented. You can easily find what thing is implemented in doc/hmg.4.html.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
sudip
Posts: 1456
Joined: Sat Mar 07, 2009 11:52 am
Location: Kolkata, WB, India

Re: HMG.4 New Windows Binaries+Source Release (2010.10.14)

Post by sudip »

Hello Roberto and all HMG 4 Developers,

Thanks a lot :)
With best regards,
Sudip
User avatar
l3whmg
Posts: 694
Joined: Mon Feb 23, 2009 8:46 pm
Location: Italy
Contact:

Re: HMG.4 New Windows Binaries+Source Release (2010.10.14)

Post by l3whmg »

Hi Roberto,
many thanks for your replay. With your suggestion work fine :)

About icon I look documentation but I see green color and my eyes have only translated the word completed and not "To be Completed" :mrgreen: This is not the first time that I read this document :oops: I'm sorry.

Best regards
Luigi from Italy
www.L3W.it
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMG.4 New Windows Binaries+Source Release (2010.10.14)

Post by Roberto Lopez »

sudip wrote:Hello Roberto and all HMG 4 Developers,

Thanks a lot :)
Thanks to you too for all your work in the project!!!
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
Post Reply