<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
mt=yes (multi-threading support)
- 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:
--------
- Solucionado: Problemas expresiones de grupo numéricas en el generador de reportes. Reportado por Fernando Chirico.
- Solucionado: Problemas con el generador de reportes al no especificar encabezado de grupo. Reportado por Sudip.
- Solucionado: Problemas con el control TEXTBOX (numérico con máscara). Reportado por Grigory Filatov.
- Soluconado: Virtual GRID. Problemas de actualización.
Reportado por Vanguarda.
- 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 (creado a partir del código disponible a la fecha)
- Actualizado: MingW compiler a 4.4.1
- Nuevo: Propiedad MULTILINE para el control TAB.
- Nuevo: Conjunto de archivos de recursos. Contribución: Vanguarda.
- Modificado: Mensajes en Portugués. Contribución: Salamandra.
- Modificado: Samples.
Eliminado: Ejemplos ADORDD (adordd no funciona en la versión actual de Harbour)
<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
mt=yes (soporte multi-threading)
- 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.
Roberto Lopez wrote:
I've added a little hack in test XII as an attempt to solve the problem with bold Polish characters.
Please, test it.
I moved a cut of your answer, Roberto, here.
I've tried reports and I can'tsee any change for better
Still, appearence of polish characters depends on selected printer.
Roberto Lopez wrote:
I've added a little hack in test XII as an attempt to solve the problem with bold Polish characters.
Please, test it.
I moved a cut of your answer, Roberto, here.
I've tried reports and I can'tsee any change for better
Still, appearence of polish characters depends on selected printer.
Master i´ve some little doubt about "Report Generator",
1-) When i add a Mask for one field, a don´t can remove this mask?! I try remove the mask but i not be able.
2-) When i click in "Preview" button and if my report have any error, this windows don´t close and don´t have the button for close that. So i can´t close that.
Please, about my 2st doubt, see the image bellow.
I have use HMG 3.0.0 Test XII,
Windows 7 Ultimate with Aero Theme
Celeron 3.06 Ghz, with 1GB RAM
Master i´ve some little doubt about "Report Generator",
1-) When i add a Mask for one field, a don´t can remove this mask?! I try remove the mask but i not be able.
2-) When i click in "Preview" button and if my report have any error, this windows don´t close and don´t have the button for close that. So i can´t close that.
Please, about my 2st doubt, see the image bellow.
You are right. I've verified the two bugs.
One. An empty mask is not allowed, so you can't clean.
Two. If a runtime error arises in the preview report app (generated and compiled 'on the fly') the builder does not recover its buttons to return to IDE.
Hello Master Roberto,
I tested it. It runs Fine
I also noticed that both IDE, Compilation and created application itself now running faster
Thanks a lot for this great work
With best regards.
Sudip