Page 1 of 2

HMG 3.0 (Test IV)

Posted: Wed Oct 14, 2009 7:56 pm
by Roberto Lopez
- HMG 3.0.0 (Test IV) Changelog:

English:
--------

- 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: RDDSQL samples.

-\HMG\SAMPLES\RDD.SQL\MYSQL
-\HMG\SAMPLES\RDD.SQL\ODBC
-\HMG\SAMPLES\RDD.SQL\ARRAY
-\HMG\SAMPLES\MEMORY.TABLES
-\HMG\SAMPLES\MULTI.WIN

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

Syntax:

Build [/c] [/d] [/i] <PrgFile> | <filelist.hbp> [configfile.hbc]

[/c] : Console / Mixed Mode
[/d] : Debug Mode
[/i] : Incremental build

<filelist.hbp> : 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.

Sample: \HMG\SAMPLES\MULTI.WIN

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

- 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)

Agregado:

-\HMG\SAMPLES\RDD.SQL\MYSQL
-\HMG\SAMPLES\RDD.SQL\ODBC
-\HMG\SAMPLES\RDD.SQL\ARRAY
-\HMG\SAMPLES\MEMORY.TABLES
-\HMG\SAMPLES\MULTI.WIN

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

Sintaxis:

Build [/c] [/d] [/i] <PrgFile> | <filelist.hbp> [configfile.hbc]

[/c] : Console / Mixed Mode
[/d] : Debug Mode
[/i] : Incremental build

<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).

Ejemplo: \HMG\SAMPLES\MULTI.WIN

Download/Descarga: http://sourceforge.net/projects/harbour ... e/download

Regards/Saludos

Roberto.

Re: HMG 3.0 (Test IV)

Posted: Wed Oct 14, 2009 8:05 pm
by esgici
Thanks a lot Maestro :)

Best Regards

--

Esgici

Re: HMG 3.0 (Test IV)

Posted: Wed Oct 14, 2009 9:20 pm
by Vanguarda
Thanks Master,

best regards,

Re: HMG 3.0 (Test IV)

Posted: Thu Oct 15, 2009 1:52 am
by Vanguarda
Hi my friends,

I´ve a little doubt. Please see the picture bellow. When did two clicks in grid sample, the message box show, and back stage, the content of the cell of the grid sample was changed... why it happen??

I had test on 2.9.5 and 3.0.0 in both cases i´ve the same "issue".

I´m using Windows XP SP/2, with default theme.

this image bellow,is the sample GRID.06.

With best regards,

PS: Sorry my poor english

Re: HMG 3.0 (Test IV)

Posted: Thu Oct 15, 2009 2:42 am
by Roberto Lopez
Vanguarda wrote:Hi my friends,

I´ve a little doubt. Please see the picture bellow. When did two clicks in grid sample, the message box show, and back stage, the content of the cell of the grid sample was changed... why it happen??
<...>
PS: Sorry my poor english
I'm not able to reproduce here...

Any other thing that helps?

Regards,

Roberto.

Re: HMG 3.0 (Test IV)

Posted: Thu Oct 15, 2009 2:45 am
by Roberto Lopez
Roberto Lopez wrote:
- HMG 3.0.0 (Test IV) Changelog:
<...>
New: 'Build.bat' (it replaces 'compile.bat').
<...>

I've enhanced the multi.prg sample, to show how to define additional, lib paths, include paths and additional libs.

Regards,

Roberto.

Re: HMG 3.0 (Test IV)

Posted: Thu Oct 15, 2009 2:52 am
by Roberto Lopez
Vanguarda wrote:Hi my friends,

I´ve a little doubt. Please see the picture bellow. When did two clicks in grid sample, the message box show, and back stage, the content of the cell of the grid sample was changed... why it happen??
<...>
Sorry, I've tested on Win7 only. I've confirm the bug in XP SP3.

This will be another funny to fix :)

Thanks for the report.

Regards,

Roberto.

Re: HMG 3.0 (Test IV)

Posted: Thu Oct 15, 2009 3:03 am
by Vanguarda
Roberto Lopez wrote: Sorry, I've tested on Win7 only. I've confirm the bug in XP SP3.

This will be another funny to fix :)

Thanks for the report.

Regards,

Roberto.
Thanks master for your fast support.

with best regards,

Re: HMG 3.0 (Test IV)

Posted: Thu Oct 15, 2009 3:06 am
by Vanguarda
Roberto Lopez wrote:
Roberto Lopez wrote:
- HMG 3.0.0 (Test IV) Changelog:
<...>
New: 'Build.bat' (it replaces 'compile.bat').
<...>

I've enhanced the multi.prg sample, to show how to define additional, lib paths, include paths and additional libs.

Regards,

Roberto.
Thanks master.

regards,

Re: HMG 3.0 (Test IV)

Posted: Thu Oct 22, 2009 8:43 pm
by esgici
Hi All

Does anyone tested C:\hmg\SAMPLES\MEMORY.TABLES ? ( First introduced this 3.0 Test IV release )

I do and got an error :
Error DBFNTX/1004 Create error: mem:test.dbf (DOS Error 123)

Called from DBCREATE(0)
Called from CREATETABLE(79)
Called from OPENTABLE(58)
Called from (b)MAIN(24)
Called from _PROCESSINITPROCEDURE(4579)
Called from _ACTIVATEWINDOW(4367)
Called from MAIN(50)
Any idea ?

Regards

--

Esgici