HRB V/S LIB
Posted: Wed Apr 12, 2017 7:14 pm
Estimados, retomando una inquietud que tuvo Vanguarda, me puse a investigar un poco con los archivos .hrb (mis agradecimientos a Fernando Chirico por la pista ) y me encuentro que son muy útiles a la hora de actualizar nuestros programas sin tener que enviar el ejecutable sino sólo las rutinas que fueron modificadas.
Para eso podemos usar los archivos .hrb en donde podremos generar todo el código necesario para que funcione nuestra aplicación.
Les dejo un ejemplo muy simple de como usar esta utilidad.
Como compilar el ejemplo
- Para generar el archivo .hrb
harbour.exe libreria.prg /gh
- Para compilar el ejecutable.
c:\hmg.3.4.3\build.bat test5.prg
espero les sea de utilidad o por lo menos para salir de curiosidad.
Saludos cordiales,
Luis Vasquez. I use hmg3.4.3, please modify .bat files for your hmg version
Dear friends, returning to a concern that Vanguarda had, I started to investigate a bit with .hrb files (my thanks to Fernando Chirico for the track) and I find they are very useful when updating our programs without having to send the executable But only the routines that were modified.
For that we can use .hrb files where we can generate all the necessary code for our application to work.
I leave a very simple example of how to use this utility.
How to compile the example
- To generate the .hrb file
Harbour.exe libreria.prg / gh
- To compile the executable.
C: \ hmg.3.4.3 \ build.bat test5.prg
I hope it is useful or at least to get out of curiosity.
Best regards,
Luis Vasquez
Para eso podemos usar los archivos .hrb en donde podremos generar todo el código necesario para que funcione nuestra aplicación.
Les dejo un ejemplo muy simple de como usar esta utilidad.
Como compilar el ejemplo
- Para generar el archivo .hrb
harbour.exe libreria.prg /gh
- Para compilar el ejecutable.
c:\hmg.3.4.3\build.bat test5.prg
espero les sea de utilidad o por lo menos para salir de curiosidad.
Saludos cordiales,
Luis Vasquez. I use hmg3.4.3, please modify .bat files for your hmg version
Dear friends, returning to a concern that Vanguarda had, I started to investigate a bit with .hrb files (my thanks to Fernando Chirico for the track) and I find they are very useful when updating our programs without having to send the executable But only the routines that were modified.
For that we can use .hrb files where we can generate all the necessary code for our application to work.
I leave a very simple example of how to use this utility.
How to compile the example
- To generate the .hrb file
Harbour.exe libreria.prg / gh
- To compile the executable.
C: \ hmg.3.4.3 \ build.bat test5.prg
I hope it is useful or at least to get out of curiosity.
Best regards,
Luis Vasquez