In an application of a famous person in our group I could notice that there is the possibility to load scripts (prg) and have them run without having Harbour
we must make
oHrb = HB_CompileFromBuf( cCode, "-n", "-Ic:\fwh\include", "-Ic:\harbour\include" )
I have searched in this forum and I have found only examples where the call to Harbour and the include folder are needed, so for these examples I have found you must also insert a folder with Harbour.exe
On that application not only is there no harbour, nor is there any reference to the folder, but it seems that all the functions of Harbor / fivewin and of course the personal ones are included
How is this possible?