PPO Code with harbour ?

Discuss anything else that does not suite other forums.

Moderator: Rathinagiri

Post Reply
User avatar
AUGE_OHR
Posts: 2093
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

PPO Code with harbour ?

Post 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
have fun
Jimmy
User avatar
danielmaximiliano
Posts: 2625
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: PPO Code with harbour ?

Post by danielmaximiliano »

*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
KDJ
Posts: 243
Joined: Mon Sep 05, 2016 3:04 am
Location: Poland

Re: PPO Code with harbour ?

Post by KDJ »

harbour.exe wrote:

Code: Select all

...
          -p[<path>]       generate pre-processed output (.ppo) file
          -p+              generate pre-processor trace (.ppt) file
...
User avatar
AUGE_OHR
Posts: 2093
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: PPO Code with harbour ?

Post 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 :?:
have fun
Jimmy
User avatar
mol
Posts: 3774
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: PPO Code with harbour ?

Post by mol »

Try to add the following line

prgflags=/p

on the page 'Configuration' in the window 'Project Browser'.
User avatar
AUGE_OHR
Posts: 2093
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: PPO Code with harbour ?

Post 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
have fun
Jimmy
Post Reply