HMG.4 New Windows Binaries+Source Release (2010.10.14)
Moderator: Rathinagiri
- Roberto Lopez
- HMG Founder
- Posts: 4023
- Joined: Wed Jul 30, 2008 6:43 pm
HMG.4 New Windows Binaries+Source Release (2010.10.14)
Hi All,
Updated Windows binaries containing the latest Harbour/HBQT and HMG library.
http://www.sourceforge.net/projects/hmg
Enjoy!
Updated Windows binaries containing the latest Harbour/HBQT and HMG library.
http://www.sourceforge.net/projects/hmg
Enjoy!
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
- 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)
Thanks a lot Roberto.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
South or North HMG is worth.
...the possibilities are endless.
- 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)
You are welcome!rathinagiri wrote:Thanks a lot Roberto.
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
Re: HMG.4 New Windows Binaries+Source Release (2010.10.14)
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):
But I receive this message (
Another question:
With qt.conf can I can use this format:
The last but not least: I don't understand (
) if icon work or not in "DEFINE WINDOW".
Best regards
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
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=I've modified "hmg.ch" in this wayD:\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). '
And I can compile2801 #ifdef __HBIDE__ <<------REMOVED
2802 # include "i_keybd.ch"
2803 #else <<------REMOVED
2804 # include "../../include/i_keybd.ch" <<------REMOVED
2805 #endif <<------REMOVED
Another question:
With qt.conf can I can use this format:
Code: Select all
[Paths]
plugins=D:\hmg.4\MiniGui\qt\plugins\imageformatsBest regards
Luigi from Italy
www.L3W.it
www.L3W.it
- 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)
1. besides modify HMGPATH environment variable in buildapp.bat and buildlib.bat you must change include folder in hmg.hbc file.l3whmg wrote:Hi Roberto, how are you!
I'm very happy to see (and use) your (and other volunteers) great work!
<...>
2. Icon is not implemented. You can easily find what thing is implemented in doc/hmg.4.html.
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
Re: HMG.4 New Windows Binaries+Source Release (2010.10.14)
Hello Roberto and all HMG 4 Developers,
Thanks a lot
Thanks a lot
With best regards,
Sudip
Sudip
Re: HMG.4 New Windows Binaries+Source Release (2010.10.14)
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
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"
Best regards
Luigi from Italy
www.L3W.it
www.L3W.it
- 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)
Thanks to you too for all your work in the project!!!sudip wrote:Hello Roberto and all HMG 4 Developers,
Thanks a lot
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)