HMG 3.0.36 (2011-05-31)

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

Moderator: Rathinagiri

User avatar
Rathinagiri
Posts: 5480
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

HMG 3.0.36 (2011-05-31)

Post by Rathinagiri »

You can download the latest HMG 3.0.36 (2011-05-31) test bundle from the following link.

http://sourceforge.net/projects/hmg/fil ... p/download (68.70 MB)

Code: Select all

- HMG 3.0.36 (Test) 2011/05/31 Changelog:
   - Built using latest Harbour Nightly Build (2011/05/24)
   - Fixed theme, manifest and resource in buildapp.bat (Thanks to Grigory Filatov)
   - buildcons.bat for console mode applications. Please see \hmg\samples\console.    
Please test and give reports about any bugs. Now, I am working on creating a build.bat compatible both for IDE and latest hbmk2. Once that's over, IMHO, we can remove the 'test' label and make this a new version. Any help?
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
danielmaximiliano
Posts: 2625
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: HMG 3.0.36 (2011-05-31)

Post by danielmaximiliano »

Hi Rathinagiri :
voy a probarlo , Gracias por tu esfuerzo y dedicacion


I'll try, thanks for your effort and dedication

DaNiElMaXiMiLiAnO :D
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
User avatar
danielmaximiliano
Posts: 2625
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: HMG 3.0.36 (2011-05-31)

Post by danielmaximiliano »

Hi Rathinagiri :
estaba trabajando en una pequeña aplicacion compile usando HMG.3.0.36
y me da el siguiente error.
Comento que no tengo agregada ninguna libreria que no sea
"hmg.ch" , "ord.ch".

was working on a small application compiled using HMG.3.0.36
and I get this error.
Commented that I have not added any library that is not
"hmg.ch", "ord.ch".

Code: Select all

#include <hmg.ch>
#include "Ord.ch"
Function Main

PUBLIC aCod        := { "NU" , "RV" , "AM" , "CV" , "RE" , "AN" } 
PUBLIC BASES
PUBLIC Cdisco , Cpathbases, CPathindices
 
REQUEST DBFCDX, DBFFPT
RDDSETDEFAULT ("DBFCDX")
SET CENTURY ON
set date to British 
If ! FILE( "c:\SERVIDOR.TXT")  
   cDisco := "Z:\"
   else
   cDisco := "C:\"
   Endif
cual es el posible error en la compilacion, la misma aplicacion compila bien en HMG.3.0.35

which is the possible error in the compilation, the same application compiles well HMG.3.0.35
DaNiElMaXiMiLiAnO
Attachments
Error.jpg
Error.jpg (78.63 KiB) Viewed 7471 times
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
User avatar
Rathinagiri
Posts: 5480
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMG 3.0.36 (2011-05-31)

Post by Rathinagiri »

1. Had you used buildapp.bat?
2. Do you have hbmk.hmk file copied from any sample directory?
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
danielmaximiliano
Posts: 2625
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: HMG 3.0.36 (2011-05-31)

Post by danielmaximiliano »

Hi Rathi :
copie hbmk.hbm desde C:\hmg\SAMPLES\ACTIVEX.1
tambien buildapp.bat desde c:\hmg a la carpeta de la aplicacion C:\vencimientos
ejecute desde la liena de commandos : buildapp vencimientos
en la imagen da el error.

hbmk.hbm copy from C:\hmg\SAMPLES\ACTIVEX.1
buildapp.bat also from c:\hmg to the application folder C:\Vencimientos
Liena run from the commands: BUILDAPP Vencimientos
in the image gives the error.

Code: Select all

C:\Vencimientos>buildapp vencimientos
hbmk2: Processing local make script: hbmk.hbm
hbmk2: Error: Opening: ..\..\hmg.hbc                   <<--------
Harbour 2.1.0rc2 (Rev. 16814)
Copyright (c) 1999-2011, http://harbour-project.org/
Compiling 'main.prg'...
main.prg(31) Error F0029  Can't open #include file 'Main.fmg'   <<-------
hbmk2: Error: Running Harbour compiler (embedded). 1
(c:\hmg\harbour\bin\harbour.exe) -n2 main.prg -oC:\DOCUME~1\DNIELM~1\CONFIG~1\Te
mp\hbmk_myhqia.dir\ -ic:\hmg\harbour\include -ic:\hmg\include
DaNiElMaXiMiLiAnO
Attachments
error buildapp.jpg
error buildapp.jpg (133.1 KiB) Viewed 7464 times
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
User avatar
Rathinagiri
Posts: 5480
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMG 3.0.36 (2011-05-31)

Post by Rathinagiri »

Kindly change hbmk.hmk with the exact location of hmg.hbc.

For example:

Code: Select all

c:\hmg\hmg.hbc
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
danielmaximiliano
Posts: 2625
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: HMG 3.0.36 (2011-05-31)

Post by danielmaximiliano »

Hi :
Resolvi uno de los errores .

Code: Select all

C:\Vencimientos>buildapp vencimientos
hbmk2: Processing local make script: hbmk.hbm
hbmk2: Error: Opening: ..\..\hmg.hbc                   <<--------
modificando hbmk.hbm con

Code: Select all

c:/hmg/hmg.hbc = c:\hmg\hmg.hbc
      same result                        
no me da ese error, voy a ver como soluciono el error

Code: Select all

Compiling 'main.prg'...
main.prg(31) Error F0029  Can't open #include file 'Main.fmg'   <<-------
DaNiElMaXiMiLiAnO
Attachments
nuevo error.jpg
nuevo error.jpg (61.62 KiB) Viewed 7462 times
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
User avatar
danielmaximiliano
Posts: 2625
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: HMG 3.0.36 (2011-05-31)

Post by danielmaximiliano »

Hi Rathinagiri :
resolvi el error cambiando hbmk.hbm con
resolved the error with changing hbmk.hbm

Code: Select all

c:\vencimientos\hmg.hbc
en hmg.hbc
in hmg.hbc

Code: Select all

incpaths=c:\vencimientos
libpaths=c:\vencimientos
incpaths=c:\hmg\include
libpaths=c:\hmg\lib
libs=hbmzip.hbc
libs=hbwin.hbc
libs=${hb_name}${__HB_DYN__}
libs=hbct.hbc
gui=yes
{win}sources=${hb_curdir}_temp.o
la aplicacion compila bien.
The application compiles fine.
DaNiElMaXiMiLiAnO
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
User avatar
Rathinagiri
Posts: 5480
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMG 3.0.36 (2011-05-31)

Post by Rathinagiri »

Oh! Thanks Daniel. I think there would be some easy method.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
Rathinagiri
Posts: 5480
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMG 3.0.36 (2011-05-31)

Post by Rathinagiri »

Now, I am working on creating a build.bat compatible both for IDE and latest hbmk2.
I had modified the build.bat so that it can be used by IDE. I am testing it. Soon we can use IDE. :)
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
Post Reply