Page 1 of 1
Harbour functions within HMG
Posted: Wed Aug 23, 2017 4:52 am
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
Re: Harbour functions within HMG
Posted: Wed Aug 23, 2017 6:22 am
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
Re: Harbour functions within HMG
Posted: Wed Aug 23, 2017 8:18 am
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

Re: Harbour functions within HMG
Posted: Wed Aug 23, 2017 5:33 pm
by bluebird
Thank you for this important information
Re: Harbour functions within HMG
Posted: Thu Aug 24, 2017 5:06 am
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
Re: Harbour functions within HMG
Posted: Thu Aug 24, 2017 8:16 am
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
