Page 1 of 3

HMG 3.0.30 (TEST)

Posted: Mon Apr 19, 2010 2:42 pm
by Roberto Lopez
- HMG 3.0.30 Changelog:

- Fixed: Problems with windows handling introduced in 3.0.29
(already published in 3.0.29a patch). Reported by Marek.

- Fixed: Panel windows error checking (already published in 3.0.29a
patch). Reported by Esgici.

- Fixed: Problems in editable Grid EditBox control window dimensions
(already published in 3.0.29b patch).

- Fixed: 'ThisWindow' object refernce incorrect on Grid valid
procedure (already published in 3.0.29b patch). Reported by Marek.

- Fixed: Data-bound Grid problems with aliased (non-rowsource) fields
and expressions (ColumnFields). Already published in 3.0.29b patch.
Reported by Marek. Samples: \samples\grid.36 and \samples\grid.37.

Download: site

Re: HMG 3.0.30 (TEST)

Posted: Mon Apr 19, 2010 2:44 pm
by esgici
Thanks a lot Roberto :D

Best regards

--

Esgici

Re: HMG 3.0.30 (TEST)

Posted: Mon Apr 19, 2010 4:06 pm
by Rathinagiri
Thanks Roberto.

Re: HMG 3.0.30 (TEST)

Posted: Mon Apr 19, 2010 6:20 pm
by mol
Many thanks!

Re: HMG 3.0.30 (TEST)

Posted: Mon Apr 19, 2010 9:17 pm
by gvaronas
Hola Roberto, estoy retomando la programación con HMG, he bajado la ultima versión y con el ide he creado un nuevo proyecto, he hecho un pequeño form solamente con algunos labels y textbox, luego compilo y obtengo la ventana del BuildLog, pero vacia y no se genera el ejecutable.
Por si sirve, aqui pego el contenido de Build.log y error.log
hbmk2: Processing configuration: C:\hmg.3.0.30\harbour\bin\hbmk.cfg
hbmk2: Processing: Pandeo.hbc
Harbour 2.0.0 (Rev. 13372)
Copyright (c) 1999-2010, http://www.harbour-project.org/
main.c: In function 'HB_FUN_MAIN':
main.c:46: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'pcode'
main.c:46: error: 'pcode' undeclared (first use in this function)
main.c:46: error: (Each undeclared identifier is reported only once
main.c:46: error: for each function it appears in.)
main.c:46: error: expected expression before ']' token
C:\DOCUME~1\gvaronas\CONFIG~1\Temp\hbmk_8r14x9.c:9: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'void'
C:\DOCUME~1\gvaronas\CONFIG~1\Temp\hbmk_8r14x9.c: In function '_hb_lnk_ForceLink_hbmk':
C:\DOCUME~1\gvaronas\CONFIG~1\Temp\hbmk_8r14x9.c:16: warning: implicit declaration of function 'hb_forceLinkMainWin'
C:\DOCUME~1\gvaronas\CONFIG~1\Temp\hbmk_8r14x9.c: In function '_hb_hbmk_setdef_':
C:\DOCUME~1\gvaronas\CONFIG~1\Temp\hbmk_8r14x9.c:22: warning: implicit declaration of function 'hb_vmSetDefaultGT'
hbmk2: Error: Running C compiler. 1
gcc.exe -c -O3 -march=i586 -mtune=pentiumpro -fomit-frame-pointer -O3 -Wall -W -IC:/include -IC:/hmg.3.0.30//include -ID:/SyS_GVS/IC/Pandeo main.c C:\DOCUME~1\gvaronas\CONFIG~1\Temp\hbmk_8r14x9.c


hbmk2: Processing configuration: C:\hmg.3.0.30\harbour\bin\hbmk.cfg
hbmk2: Processing: Pandeo.hbc
Harbour 2.0.0 (Rev. 13372)
Copyright (c) 1999-2010, http://www.harbour-project.org/
main.c: In function 'HB_FUN_MAIN':
main.c:46: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'pcode'
main.c:46: error: 'pcode' undeclared (first use in this function)
main.c:46: error: (Each undeclared identifier is reported only once
main.c:46: error: for each function it appears in.)
main.c:46: error: expected expression before ']' token
C:\DOCUME~1\gvaronas\CONFIG~1\Temp\hbmk_8r14x9.c:9: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'void'
C:\DOCUME~1\gvaronas\CONFIG~1\Temp\hbmk_8r14x9.c: In function '_hb_lnk_ForceLink_hbmk':
C:\DOCUME~1\gvaronas\CONFIG~1\Temp\hbmk_8r14x9.c:16: warning: implicit declaration of function 'hb_forceLinkMainWin'
C:\DOCUME~1\gvaronas\CONFIG~1\Temp\hbmk_8r14x9.c: In function '_hb_hbmk_setdef_':
C:\DOCUME~1\gvaronas\CONFIG~1\Temp\hbmk_8r14x9.c:22: warning: implicit declaration of function 'hb_vmSetDefaultGT'
hbmk2: Error: Running C compiler. 1
gcc.exe -c -O3 -march=i586 -mtune=pentiumpro -fomit-frame-pointer -O3 -Wall -W -IC:/include -IC:/hmg.3.0.30//include -ID:/SyS_GVS/IC/Pandeo main.c C:\DOCUME~1\gvaronas\CONFIG~1\Temp\hbmk_8r14x9.c


Mucho agradecere cuelquier ayuda al respecto para obtener el EXE.

Gracias de Antemano.

GVS

Re: HMG 3.0.30 (TEST)

Posted: Mon Apr 19, 2010 9:27 pm
by Steed
Mr gvaronas,

Something similar has passed to me, the problem was the folder names when these included spaces eg: "My Docs". Try to compile your example in a folder without spaces; eg: "c:\hmg\test".

Regards,

Ed



Sr. Mr gvaronas,

Algo similar me paso, y el problema fue los nombres de carpetas con espacios como "mis documentos", pruebe compilar sus ejemplos en carpetas sin espacios, eJ: "c:\hmg\test"


Saludos,


Ed

Re: HMG 3.0.30 (TEST)

Posted: Mon Apr 19, 2010 9:45 pm
by gvaronas
Hola Ed, Gracias por responder.
He creado mi proyecto en la carpeta D:\SyS_GVS\IC\Pandeo y creo que con este nombre no hay problema, sin embargo en los Logs, veo carpetas como estas: C:\DOCUME~1\gvaronas\CONFIG~1\Temp\hbmk_8r14x9.c, pero no se de donde salen estas carpetas, me parece que el hbmk2 las toma internamente.
Bueno he vuelto a compilar, y ahora los contenidos de Buildlog y error log son estos:
hbmk2: Processing configuration: C:\hmg.3.0.30\harbour\bin\hbmk.cfg
hbmk2: Processing: Pandeo.hbc
hbmk2: Compiling...
.hbmk\win\mingw\main.c: In function 'HB_FUN_MAIN':
.hbmk\win\mingw\main.c:50: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'pcode'
.hbmk\win\mingw\main.c:50: error: 'pcode' undeclared (first use in this function)
.hbmk\win\mingw\main.c:50: error: (Each undeclared identifier is reported only once
.hbmk\win\mingw\main.c:50: error: for each function it appears in.)
.hbmk\win\mingw\main.c:50: error: expected expression before ']' token
hbmk2: Error: Running C compiler. 1
gcc.exe -c -O3 -march=i586 -mtune=pentiumpro -fomit-frame-pointer -O3 -Wall -W -IC:/include -IC:/hmg.3.0.30//include -ID:/SyS_GVS/IC/Pandeo -ID:/SyS_GVS/IC/Pandeo/ .hbmk\win\mingw\main.c -o .hbmk/win/mingw/main.o


hbmk2: Processing configuration: C:\hmg.3.0.30\harbour\bin\hbmk.cfg
hbmk2: Processing: Pandeo.hbc
hbmk2: Compiling...
.hbmk\win\mingw\main.c: In function 'HB_FUN_MAIN':
.hbmk\win\mingw\main.c:50: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'pcode'
.hbmk\win\mingw\main.c:50: error: 'pcode' undeclared (first use in this function)
.hbmk\win\mingw\main.c:50: error: (Each undeclared identifier is reported only once
.hbmk\win\mingw\main.c:50: error: for each function it appears in.)
.hbmk\win\mingw\main.c:50: error: expected expression before ']' token
hbmk2: Error: Running C compiler. 1
gcc.exe -c -O3 -march=i586 -mtune=pentiumpro -fomit-frame-pointer -O3 -Wall -W -IC:/include -IC:/hmg.3.0.30//include -ID:/SyS_GVS/IC/Pandeo -ID:/SyS_GVS/IC/Pandeo/ .hbmk\win\mingw\main.c -o .hbmk/win/mingw/main.o


¿Alguna Ayuda / TIP?

Gracias de antemano.

GVS

Re: HMG 3.0.30 (TEST)

Posted: Mon Apr 19, 2010 10:16 pm
by Roberto Lopez
gvaronas wrote:Hola Roberto, estoy retomando la programación con HMG, he bajado la ultima versión y con el ide he creado un nuevo proyecto, he hecho un pequeño form solamente con algunos labels y textbox, luego compilo y obtengo la
<...>
Por favor, siempre que reporten un problema, envíen un ejemplo completo (conteniendo todos los archivos necesarios para poder verificarlo). Es la única forma en la que puedo encontrar el problema.

Muchas Gracias.
The bug report MUST include a DETAILED DESCRIPTION of the problem AND a simple
CODE SAMPLE (including all necessary files to get it run) showing it.
Besides that, you MUST indicate Windows and HMG versions used.

Re: HMG 3.0.30 (TEST)

Posted: Mon Apr 19, 2010 10:21 pm
by Roberto Lopez
Roberto Lopez wrote:
gvaronas wrote:Hola Roberto, estoy retomando la programación con HMG, he bajado la ultima versión y con el ide he creado un nuevo proyecto, he hecho un pequeño form solamente con algunos labels y textbox, luego compilo y obtengo la
<...>
Por favor, siempre que reporten un problema, envíen un ejemplo completo (conteniendo todos los archivos necesarios para poder verificarlo). Es la única forma en la que puedo encontrar el problema.

Muchas Gracias.
The bug report MUST include a DETAILED DESCRIPTION of the problem AND a simple
CODE SAMPLE (including all necessary files to get it run) showing it.
Besides that, you MUST indicate Windows and HMG versions used.
Besides that, it is very probable that you being mixing HMG versions. Please, be sure to make a clean installation.

Re: HMG 3.0.30 (TEST)

Posted: Mon Apr 19, 2010 10:34 pm
by gvaronas
Hola Roberto, en efecto, cuando estaba instalando el hmg.3.0.30.exe, se me cortó la energia de la maquina y luego volvi a instalar sin borrar lo que habia avanzado en instalador.
Bueno, he desinstalado esta version y he borrado todas las anteriores y he vuelto a instalar la ultima versión y sigo sin poder obtener el ejecutable.
Te ajunto los archivos.
Gracias de Antemano.

Salu2,
GVS