Harbour functions within HMG

Moderator: Rathinagiri

Post Reply
bluebird
Posts: 172
Joined: Wed Sep 28, 2016 3:55 am
DBs Used: DBF

Harbour functions within HMG

Post by bluebird »

On the Viva Clipper site, I saw a function I could use (ASTDDEV) under Harbour Differences - SP Functions.

Tried to insert a function into my code and got a compile error, external function missing.

Is there a way to include said functions?
thanks
User avatar
mol
Posts: 3718
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: Harbour functions within HMG

Post by mol »

You need to link library which contains requested function.
In IDE, you should add line libs=name_of_requested_lib on the Configuration tab
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: Harbour functions within HMG

Post by esgici »

bluebird wrote: Wed Aug 23, 2017 4:52 am On the Viva Clipper site, I saw a function I could use (ASTDDEV) under Harbour Differences - SP Functions.

Tried to insert a function into my code and got a compile error, external function missing.

Is there a way to include said functions?
thanks
Please look at : <your Harbour folder>\extras\superlib\readme.txt

Happy HMG'ing :D
Viva INTERNATIONAL HMG :D
bluebird
Posts: 172
Joined: Wed Sep 28, 2016 3:55 am
DBs Used: DBF

Re: Harbour functions within HMG

Post by bluebird »

Thank you for this important information
bluebird
Posts: 172
Joined: Wed Sep 28, 2016 3:55 am
DBs Used: DBF

Re: Harbour functions within HMG

Post by bluebird »

My Harbour folder within HMG 3.3.4 has the following sub folders

/bin
/lib
/contrib
/doc and....
/include

Please tell me where can I find Harbour folder>\extras\superlib\readme.txt

Thanks
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: Harbour functions within HMG

Post by esgici »

bluebird wrote: Thu Aug 24, 2017 5:06 am My Harbour folder within HMG 3.3.4 has the following sub folders

/bin
/lib
/contrib
/doc and....
/include

Please tell me where can I find Harbour folder>\extras\superlib\readme.txt

Thanks
You need download and install Harbour separately from HMG:

https://github.com/harbour/harbour.github.io

Happy HMG'ing :D
Viva INTERNATIONAL HMG :D
Post Reply