Page 1 of 1

PPO Code with harbour ?

Posted: Sat Nov 02, 2019 12:33 am
by AUGE_OHR
hi,

under Cl*pper / Xbase++ i can use /p to get PPO Code
this help me to understand #xcommand / #xtranslate Syntax which HMG use.

but how to do it with harbour :?:
hbmk2.exe seem not to have that Option. :o

Re: PPO Code with harbour ?

Posted: Sat Nov 02, 2019 12:33 pm
by danielmaximiliano

Re: PPO Code with harbour ?

Posted: Sat Nov 02, 2019 12:51 pm
by KDJ
harbour.exe wrote:

Code: Select all

...
          -p[<path>]       generate pre-processed output (.ppo) file
          -p+              generate pre-processor trace (.ppt) file
...

Re: PPO Code with harbour ?

Posted: Sat Nov 02, 2019 8:42 pm
by AUGE_OHR
hi,

thx for Answer.

i know /P ... but how to do with HMG IDE or c:\hmg.3.4.4\build.bat :?:
there seems no Option /P in HBMK2.EXE ... what do i oversee :?:

Re: PPO Code with harbour ?

Posted: Sun Nov 03, 2019 7:42 am
by mol
Try to add the following line

prgflags=/p

on the page 'Configuration' in the window 'Project Browser'.

Re: PPO Code with harbour ?

Posted: Sun Nov 03, 2019 4:44 pm
by AUGE_OHR
mol wrote: Sun Nov 03, 2019 7:42 am prgflags=/p

on the page 'Configuration' in the window 'Project Browser'.
Aha ... THX