Workspace - development environment

HMG en Español

Moderator: Rathinagiri

User avatar
danielmaximiliano
Posts: 2716
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: Workspace - development environment

Post by danielmaximiliano »

Hola : como les dije que a veces me gusta programar en Pascal pude intergar el compilador FPC dentro de Workspace.
la forma era desacoplar los compiladores dentro de Workspace y creando archivos .hrb
An HRB file (.hrb) is a Harbour Portable Binary file. It contains precompiled portable p-code and symbol tables generated by the Harbour Compiler. Think of it as a compiled script or modular component that runs across different operating systems without OS-specific binary code.

Key CharacteristicsPortable Binary: Contains intermediate byte-code (p-code) rather than native machine code.Modular Updates: Allows developers to ship single updated program routines rather than recompiling and sending a full monolithic executable.

Dynamic Execution: Can be loaded, executed, or queried at runtime using Harbour's interpreter tools.

How to Use HRB Files

Creation: Compile a source file into an HRB binary via the command line using hbmk2 -gh file.prg or harbour file.prg /gh.

Execution: Run the portable binary directly using the Harbour runner tool via hbrun file.hrb.

Integration: Main programs can load .hrb files dynamically during execution to call isolated functions or modules.
https://github.com/harbour/core/blob/ma ... bmk2.en.md

https://www.hmgforum.com/viewtopic.php?t=5233 por Luis Vasquez
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
User avatar
danielmaximiliano
Posts: 2716
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: Workspace - development environment

Post by danielmaximiliano »

Plugins :
Attachments
Captura de pantalla 2026-08-13 234814.png
Captura de pantalla 2026-08-13 234814.png (95.51 KiB) Viewed 86 times
Captura de pantalla 2026-08-13 234848.png
Captura de pantalla 2026-08-13 234848.png (43.2 KiB) Viewed 86 times
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
Post Reply