i have read somewhere that harbour Programm are :
And then the programs generated with it are just programs with tokens that are interpreted at runtime, not even real, linked programs.
And then the programs generated with it are just programs with tokens that are interpreted at runtime, not even real, linked programs.
i can not believe this.This contains tokens at the beginning of the file which are then processed and interpreted at runtime.
https://github.com/dmajkic/harbour-core ... /pcode.txtJimmy wrote: Mon Feb 03, 2025 11:27 am hi,
i have read somewhere that harbour Programm are :And then the programs generated with it are just programs with tokens that are interpreted at runtime, not even real, linked programs.
You should. Please open the generated C source file and you will see.Jimmy wrote: Mon Feb 03, 2025 3:05 pm hi,
the man answers :
https://www.xbaseforum.de/viewtopic.php?t=236&start=3 ( ramses 03 Feb 2025, 12:58, start from last Msg )i can not believe this.This contains tokens at the beginning of the file which are then processed and interpreted at runtime.
Antonio Linares wrote: Mon Feb 03, 2025 11:53 am Harbour apps are real apps that use pcode (not tokens) but they are true executables.
Who has said that, has a very little idea of virtual machines...![]()
now i understand a little more how harbour/PCODE work.