HMG 3.0.0 + IDE + HFCL (Forum Test VIII)

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

Moderator: Rathinagiri

User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

HMG 3.0.0 + IDE + HFCL (Forum Test VIII)

Post by Roberto Lopez »

- HMG 3.0.0 (Forum Test VIII) Changelog:

English:
--------

- Modified: HMG installation is portable now, so it could be installed
in a different folder than c:\hmg and work without need to reconfigure.

- Updated: Harbour compiler to 2.0 (Created from SVN 2009.10.14).
HMG IDE 2.9.4 and earlier versions ARE NOT COMPATIBLE with this
HMG version.

- Updated: MingW compiler to 4.4.1

- Modified: Samples.

Removed: ADORDD samples (adordd not working on
current Harbour release)

Added:

-\HMG\SAMPLES\RDD.SQL\MYSQL
-\HMG\SAMPLES\RDD.SQL\ODBC
-\HMG\SAMPLES\RDD.SQL\ARRAY
-\HMG\SAMPLES\MEMORY.TABLES
-\HMG\SAMPLES\MULTI.WIN
-\HMG\SAMPLES\SQLITE
-\HMG\SAMPLES\POSTGRESQL
-\HMG\SAMPLES\NETIO.CLIENT
-\HMG\SAMPLES\NETIO.SERVER

Modified:

-\HMG\SAMPLES\MULTI.PRG

New: 'Build.bat' (it replaces 'compile.bat').

Build [/i|/r|/d|/cs|/ci/cr] <PrgFile> | <filelist.hbp> [config.hbc]

[/i] : incremental build
[/r] : incremental build (rebuild all)

[/cs] : Console/mixed mode (std build)
[/ci] : Console/mixed mode (incremental build)
[/cr] : Console/mixed mode (incremental rebuild all)

[/d] : Debug mode (gui and console)

<filelist.hbm> : A text file with .hbp extension containing a source list
<configfile.hbc>: A text file with configuration parameters as additional
libs, include paths and lib paths.

<configfile.hbc> Syntax:

incpaths = incpath1 incpath2 ... incpathn

libpaths = libpath1 libpath2 ... libpathn

libs = lib1 lib2 ... libn

- library names must not include 'lib' prefix nor '.a' extension.

- 'build.bat' will create an 'error.log' file in the app folder when build
process ends with an error condition.

Sample: \HMG\SAMPLES\MULTI.PRG


Español:
--------

- Modificado: La instalación de HMG es portable desde esta versión.
Por lo tanto, puede ser instalado en cualquier carpeta (diferente de
c:\hmg).

- Actualizado: Harbour compiler a 2.0 (SVN 2009.10.12)
HMG-IDE versión 2.9.4 y anteriores no es compatible con esta versión
de HMG.

- Actualizado: MingW compiler a 4.4.1

- Modificado: Samples.

Eliminado: Ejemplos ADORDD (adordd no funciona en la
versión actual de Harbour)

Agregados:

-\HMG\SAMPLES\RDD.SQL\MYSQL
-\HMG\SAMPLES\RDD.SQL\ODBC
-\HMG\SAMPLES\RDD.SQL\ARRAY
-\HMG\SAMPLES\MEMORY.TABLES
-\HMG\SAMPLES\MULTI.WIN
-\HMG\SAMPLES\SQLITE
-\HMG\SAMPLES\POSTGRESQL
-\HMG\SAMPLES\NETIO.CLIENT
-\HMG\SAMPLES\NETIO.SERVER

Modificado:

-\HMG\SAMPLES\MULTI.PRG

Nuevo:'Build.bat' (reemplaza a 'compile.bat').

Build [/i|/r|/d|/cs|/ci/cr] <PrgFile> | <filelist.hbp> [config.hbc]

[/i] : incremental build
[/r] : incremental build (rebuild all)

[/cs] : Console/mixed mode (std build)
[/ci] : Console/mixed mode (incremental build)
[/cr] : Console/mixed mode (incremental rebuild all)

[/d] : Debug mode (gui and console)


<filelist.hbp> : Un archivo de texto con la lista de programas del proyecto.
<configfile.hbc>: Un archivo de texto con información de configuración
(librerías adicionales y paths de include y librerías adicionales).

<configfile.hbc> Syntax:

incpaths = incpath1 incpath2 ... incpathn

libpaths = libpath1 libpath2 ... libpathn

libs = lib1 lib2 ... libn

- Los nombres de librería no deben incluir el prefijo 'lib' ni la
extensión '.a'

- 'build.bat' creará un archivo llamado 'error.log' en la carpeta de la
aplicaci'ón cuando el proceso de compilación falle.


Ejemplo: \HMG\SAMPLES\MULTI.PRG

Download/Descarga: hmg300_Test_08.exe

Saludos/Regards,

Roberto.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Vanguarda
Posts: 543
Joined: Wed Feb 11, 2009 10:56 am
Location: Americana - SP
Contact:

Re: HMG 3.0.0 + IDE + HFCL (Forum Test VIII)

Post by Vanguarda »

Thank´s Master,

I´ll test it.

My best regards,
--
Paulo Sérgio Durço (Vanguarda)


http://hmglights.wordpress.com/
User avatar
luisvasquezcl
Posts: 1258
Joined: Thu Jul 31, 2008 3:23 am
Location: Chile
Contact:

Re: HMG 3.0.0 + IDE + HFCL (Forum Test VIII)

Post by luisvasquezcl »

excelente ... descargando para testear, gracias.
saludos cordiales,
Luis Vasquez
User avatar
luisvasquezcl
Posts: 1258
Joined: Thu Jul 31, 2008 3:23 am
Location: Chile
Contact:

Re: HMG 3.0.0 + IDE + HFCL (Forum Test VIII)

Post by luisvasquezcl »

Hi Roberto,
i try to build one application and i can't.
this is the errorlog

windres: _temp.rc:43: syntax error
hbmk2: Processing: Socios.hbc
hbmk2: Compiling Harbour sources...
Harbour 2.0.0beta3 (Rev. 12700)
Copyright (c) 1999-2009, http://www.harbour-project.org/
hbmk2: Compiling...
hbmk2: Linking... Socios.exe
gcc.exe: _temp.o: No such file or directory
hbmk2: Error: Running linker. 1
gcc.exe .hbmk\win\mingw\main.o .hbmk\win\mingw\dbutil.o .hbmk\win\mingw\form101.o .hbmk\win\mingw\form102.o .hbmk\win\mingw\form103.o .hbmk\win\mingw\form104.o .hbmk\win\mingw\form105.o .hbmk\win\mingw\form106.o .hbmk\win\mingw\form107.o .hbmk\win\mingw\form201.o .hbmk\win\mingw\form202.o .hbmk\win\mingw\form301.o .hbmk\win\mingw\form302.o .hbmk\win\mingw\form401.o .hbmk\win\mingw\struc.o .hbmk\win\mingw\_hbmkaut.o _temp.o -mwindows -Wl,--start-group -lminigui -lhbmysql -lmysql -lcrypt -ledit -leditex -lgraph -lini -lreport -lhbwin -lhbziparc -lhbmzip -lmsvfw32 -lvfw32 -lsddodbc -lrddsql -lsddmy -lhbodbc -lodbc32 -lhbhpdf -lhbvpdf -lhbmemio -lhbsqlit3 -lsqlite3 -lhbfimage -lhbpgsql -lpq -lhbtip -lhbct -lhbmisc -lhbnetio -lhbextern -lhbdebug -lhbvm -lhbrtl -lhblang -lhbcpage -lgtcgi -lgtpca -lgtstd -lgtwin -lgtwvt -lgtgui -lhbrdd -lhbuddall -lhbusrrdd -lrddntx -lrddcdx -lrddnsx -lrddfpt -lhbrdd -lhbhsx -lhbsix -lhbmacro -lhbcplr -lhbpp -lhbcommon -lkernel32 -luser32 -lgdi32 -ladvapi32 -lws2_32 -lwinspool -lcomctl32 -lcomdlg32 -lshell32 -luuid -lole32 -loleaut32 -lmpr -lwinmm -lmapi32 -limm32 -lmsimg32 -lwininet -lhbpcre -lhbzlib -Wl,--end-group -oSocios.exe -Lc:/hmg_test8/harbour/lib -Lc:/hmg_test8//lib

i compile from ide.
best regards,
Luis Vasquez
User avatar
Vanguarda
Posts: 543
Joined: Wed Feb 11, 2009 10:56 am
Location: Americana - SP
Contact:

Re: HMG 3.0.0 + IDE + HFCL (Forum Test VIII)

Post by Vanguarda »

Hello Master,

At first congratulations for your amazing work. I like very much the new structure of folders in new HMG version.

I´ve a little doubt about HMG-IDE. I did the download and opened the IDE, open the sample in "C:\hmg\IDE\samples\REPORT" and when i click in icone "New Report" and i click in "Cancel" button, the IDE was very slow for return. Please see the picture bellow. It could be a bug?

My Windows version is : Windows XP SP/2, with default theme. My computer is a Celeron(R) D 3.6Ghz with 1GB RAM.

Thanks for your attention.

With Best Regards,
Attachments
IDEerr.JPG
IDEerr.JPG (105.6 KiB) Viewed 6428 times
--
Paulo Sérgio Durço (Vanguarda)


http://hmglights.wordpress.com/
User avatar
luisvasquezcl
Posts: 1258
Joined: Thu Jul 31, 2008 3:23 am
Location: Chile
Contact:

Re: HMG 3.0.0 + IDE + HFCL (Forum Test VIII)

Post by luisvasquezcl »

I create a build.bat and socios.hbp and i can't to compiler.
error
windres: _temp.rc:43: syntax error
hbmk2: Processing: Socios.hbc
Harbour 2.0.0beta3 (Rev. 12700)
Copyright (c) 1999-2009, http://www.harbour-project.org/
gcc.exe: _temp.o: No such file or directory
hbmk2: Error: Running linker. 1
gcc.exe Main.o DBUTIL.o form101.o form102.o form103.o form104.o form105.o form106.o form107.o form201.o form202.o form301.o form302.o form401.o STRUC.o hbmk_b9g3us.o _temp.o -mwindows -Wl,--start-group -lminigui -lhbmysql -lmysql -lcrypt -ledit -leditex -lgraph -lini -lreport -lhbwin -lhbziparc -lhbmzip -lmsvfw32 -lvfw32 -lsddodbc -lrddsql -lsddmy -lhbodbc -lodbc32 -lhbhpdf -lhbvpdf -lhbmemio -lhbsqlit3 -lsqlite3 -lhbfimage -lhbpgsql -lpq -lhbtip -lhbct -lhbmisc -lhbnetio -lhbextern -lhbdebug -lhbvm -lhbrtl -lhblang -lhbcpage -lgtcgi -lgtpca -lgtstd -lgtwin -lgtwvt -lgtgui -lhbrdd -lhbuddall -lhbusrrdd -lrddntx -lrddcdx -lrddnsx -lrddfpt -lhbrdd -lhbhsx -lhbsix -lhbmacro -lhbcplr -lhbpp -lhbcommon -lkernel32 -luser32 -lgdi32 -ladvapi32 -lws2_32 -lwinspool -lcomctl32 -lcomdlg32 -lshell32 -luuid -lole32 -loleaut32 -lmpr -lwinmm -lmapi32 -limm32 -lmsimg32 -lwininet -lhbpcre -lhbzlib -Wl,--end-group -osocios.exe -Lc:/hmg_test8/harbour/lib -Lc:/hmg_test8//lib
best regards and good night.
Luis Vasquez.
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMG 3.0.0 + IDE + HFCL (Forum Test VIII)

Post by Roberto Lopez »

luisvasquezcl wrote:Hi Roberto,
i try to build one application and i can't.
this is the errorlog

windres: _temp.rc:43: syntax error
hbmk2: Processing: Socios.hbc
hbmk2: Compiling Harbour sources...
Harbour 2.0.0beta3 (Rev. 12700)
Copyright (c) 1999-2009, http://www.harbour-project.org/
hbmk2: Compiling...
hbmk2: Linking... Socios.exe
gcc.exe: _temp.o: No such file or directory
hbmk2: Error: Running linker. 1
gcc.exe .hbmk\win\mingw\main.o .hbmk\win\mingw\dbutil.o .hbmk\win\mingw\form101.o .hbmk\win\mingw\form102.o .hbmk\win\mingw\form103.o .hbmk\win\mingw\form104.o .hbmk\win\mingw\form105.o .hbmk\win\mingw\form106.o .hbmk\win\mingw\form107.o .hbmk\win\mingw\form201.o .hbmk\win\mingw\form202.o .hbmk\win\mingw\form301.o .hbmk\win\mingw\form302.o .hbmk\win\mingw\form401.o .hbmk\win\mingw\struc.o .hbmk\win\mingw\_hbmkaut.o _temp.o -mwindows -Wl,--start-group -lminigui -lhbmysql -lmysql -lcrypt -ledit -leditex -lgraph -lini -lreport -lhbwin -lhbziparc -lhbmzip -lmsvfw32 -lvfw32 -lsddodbc -lrddsql -lsddmy -lhbodbc -lodbc32 -lhbhpdf -lhbvpdf -lhbmemio -lhbsqlit3 -lsqlite3 -lhbfimage -lhbpgsql -lpq -lhbtip -lhbct -lhbmisc -lhbnetio -lhbextern -lhbdebug -lhbvm -lhbrtl -lhblang -lhbcpage -lgtcgi -lgtpca -lgtstd -lgtwin -lgtwvt -lgtgui -lhbrdd -lhbuddall -lhbusrrdd -lrddntx -lrddcdx -lrddnsx -lrddfpt -lhbrdd -lhbhsx -lhbsix -lhbmacro -lhbcplr -lhbpp -lhbcommon -lkernel32 -luser32 -lgdi32 -ladvapi32 -lws2_32 -lwinspool -lcomctl32 -lcomdlg32 -lshell32 -luuid -lole32 -loleaut32 -lmpr -lwinmm -lmapi32 -limm32 -lmsimg32 -lwininet -lhbpcre -lhbzlib -Wl,--end-group -oSocios.exe -Lc:/hmg_test8/harbour/lib -Lc:/hmg_test8//lib

i compile from ide.
best regards,
Luis Vasquez
Your error is at line 43 of your resource file.

The new resource compiler give errors when (ie) resource name is the same as resource type ie: if you use 'button' as resource name it will generate an error in the new version and not in the prior.

Regards,

Roberto.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMG 3.0.0 + IDE + HFCL (Forum Test VIII)

Post by Roberto Lopez »

Vanguarda wrote:Hello Master,

At first congratulations for your amazing work. I like very much the new structure of folders in new HMG version.
Thanks!
Vanguarda wrote: I´ve a little doubt about HMG-IDE. I did the download and opened the IDE, open the sample in "C:\hmg\IDE\samples\REPORT" and when i click in icone "New Report" and i click in "Cancel" button, the IDE was very slow for return. Please see the picture bellow. It could be a bug?
Yes. I've verified.

I try to find the cause.

Thanks for reporting.

Regards,

Roberto.




Thanks for reporting.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMG 3.0.0 + IDE + HFCL (Forum Test VIII)

Post by Rathinagiri »

Fantastic.

Thanks a lot Roberto.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMG 3.0.0 + IDE + HFCL (Forum Test VIII)

Post by Roberto Lopez »

Vanguarda wrote:Hello Master,

At first congratulations for your amazing work. I like very much the new structure of folders in new HMG version.

I´ve a little doubt about HMG-IDE. I did the download and opened the IDE, open the sample in "C:\hmg\IDE\samples\REPORT" and when i click in icone "New Report" and i click in "Cancel" button, the IDE was very slow for return. Please see the picture bellow. It could be a bug?

My Windows version is : Windows XP SP/2, with default theme. My computer is a Celeron(R) D 3.6Ghz with 1GB RAM.

Thanks for your attention.

With Best Regards,

Please, test:

ide_30_test_08_vanguarda_bug.rar

It has debugger support too.

Regards,

Roberto.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
Post Reply