Download: site- 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.
HMG 3.0.30 (TEST)
Moderator: Rathinagiri
- Roberto Lopez
- HMG Founder
- Posts: 4023
- Joined: Wed Jul 30, 2008 6:43 pm
HMG 3.0.30 (TEST)
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 3.0.30 (TEST)
Thanks 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.
Re: HMG 3.0.30 (TEST)
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
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)
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
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)
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
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
- Roberto Lopez
- HMG Founder
- Posts: 4023
- Joined: Wed Jul 30, 2008 6:43 pm
Re: HMG 3.0.30 (TEST)
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.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
<...>
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.
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
- Roberto Lopez
- HMG Founder
- Posts: 4023
- Joined: Wed Jul 30, 2008 6:43 pm
Re: HMG 3.0.30 (TEST)
Besides that, it is very probable that you being mixing HMG versions. Please, be sure to make a clean installation.Roberto Lopez wrote: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.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
<...>
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.
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
Re: HMG 3.0.30 (TEST)
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
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
- Attachments
-
- Pandeo.zip
- (8.34 KiB) Downloaded 284 times