Page 1 of 1
HMG.4 New Windows Binaries+Source Release (2010.10.14)
Posted: Tue Oct 19, 2010 9:58 pm
by Roberto Lopez
Hi All,
Updated Windows binaries containing the latest Harbour/HBQT and HMG library.
http://www.sourceforge.net/projects/hmg
Enjoy!
Re: HMG.4 New Windows Binaries+Source Release (2010.10.14)
Posted: Wed Oct 20, 2010 3:32 am
by Rathinagiri
Thanks a lot Roberto.
Re: HMG.4 New Windows Binaries+Source Release (2010.10.14)
Posted: Wed Oct 20, 2010 3:33 am
by Roberto Lopez
rathinagiri wrote:Thanks a lot Roberto.
You are welcome!
Re: HMG.4 New Windows Binaries+Source Release (2010.10.14)
Posted: Thu Oct 21, 2010 10:51 pm
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

) 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 (

) if icon work or not in "DEFINE WINDOW".
Best regards
Re: HMG.4 New Windows Binaries+Source Release (2010.10.14)
Posted: Thu Oct 21, 2010 11:11 pm
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.
Re: HMG.4 New Windows Binaries+Source Release (2010.10.14)
Posted: Fri Oct 22, 2010 5:41 am
by sudip
Hello Roberto and all HMG 4 Developers,
Thanks a lot

Re: HMG.4 New Windows Binaries+Source Release (2010.10.14)
Posted: Fri Oct 22, 2010 7:33 am
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"

This is not the first time that I read this document

I'm sorry.
Best regards
Re: HMG.4 New Windows Binaries+Source Release (2010.10.14)
Posted: Fri Oct 22, 2010 12:20 pm
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!!!