Speed when link / Pre-Link Option ?

Discuss anything else that does not suite other forums.

Moderator: Rathinagiri

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

Speed when link / Pre-Link Option ?

Post by AUGE_OHR »

hi,

does harbour default link increment :?:

if No how to enable it :idea:
it will find Syntax Error immediately but when try to link EXE take a long time ... before i got Error "missing" Message :(

---

i start in HMG IDE with F5.
i guess it create a VBA-Script to call Hbmk2
so my Question is if there is a "Pre-Link" Option to call a App before :?:
have fun
Jimmy
User avatar
mol
Posts: 3825
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: Speed when link / Pre-Link Option ?

Post by mol »

You need to add line:
inc=yes
In project Browser configuration tab
User avatar
AUGE_OHR
Posts: 2117
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: Speed when link / Pre-Link Option ?

Post by AUGE_OHR »

mol wrote: Sat Oct 26, 2019 5:00 pm You need to add line:
inc=yes
In project Browser configuration tab
OK, THX

it is the *.hbC Files, right :?:
have fun
Jimmy
User avatar
AUGE_OHR
Posts: 2117
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: Speed when link / Pre-Link Option ?

Post by AUGE_OHR »

hi,

there is a Option in hbmk2

Code: Select all

-debugtime
so it show how log it take
have fun
Jimmy
Post Reply