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