Page 1 of 2
HMG 3.0.36 (2011-05-31)
Posted: Tue May 31, 2011 4:44 pm
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?
Re: HMG 3.0.36 (2011-05-31)
Posted: Tue May 31, 2011 5:04 pm
by danielmaximiliano
Hi Rathinagiri :
voy a probarlo , Gracias por tu esfuerzo y dedicacion
I'll try, thanks for your effort and dedication
DaNiElMaXiMiLiAnO 
Re: HMG 3.0.36 (2011-05-31)
Posted: Tue May 31, 2011 5:49 pm
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
Re: HMG 3.0.36 (2011-05-31)
Posted: Tue May 31, 2011 5:52 pm
by Rathinagiri
1. Had you used buildapp.bat?
2. Do you have hbmk.hmk file copied from any sample directory?
Re: HMG 3.0.36 (2011-05-31)
Posted: Tue May 31, 2011 6:25 pm
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
Re: HMG 3.0.36 (2011-05-31)
Posted: Tue May 31, 2011 6:44 pm
by Rathinagiri
Kindly change hbmk.hmk with the exact location of hmg.hbc.
For example:
Re: HMG 3.0.36 (2011-05-31)
Posted: Tue May 31, 2011 6:46 pm
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
Re: HMG 3.0.36 (2011-05-31)
Posted: Tue May 31, 2011 6:57 pm
by danielmaximiliano
Hi Rathinagiri :
resolvi el error cambiando hbmk.hbm con
resolved the error with changing hbmk.hbm
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
Re: HMG 3.0.36 (2011-05-31)
Posted: Tue May 31, 2011 7:23 pm
by Rathinagiri
Oh! Thanks Daniel. I think there would be some easy method.
Re: HMG 3.0.36 (2011-05-31)
Posted: Tue Jun 07, 2011 12:14 pm
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.
