Interfacing C with Harbour/HMG

Topic Specific Tutorials and Tips.

Moderator: Rathinagiri

Post Reply
User avatar
Clip2Mania
Posts: 99
Joined: Fri Jun 13, 2014 7:16 am
Location: Belgium

Interfacing C with Harbour/HMG

Post by Clip2Mania »

Does anybody know a link on how to interface C with Harbour/HMG? I found some very simple examples http://www.elektrosoft.it/tutorials/har ... #clanguage, but would like to find a manual with some more elaborate explanations (i.e. all functions available in harbour/hmg and some explanation and examples...)

Thanks!
User avatar
mustafa
Posts: 1158
Joined: Fri Mar 20, 2009 11:38 am
DBs Used: DBF
Location: Alicante - Spain
Contact:

Re: Interfacing C with Harbour/HMG

Post by mustafa »

User avatar
Clip2Mania
Posts: 99
Joined: Fri Jun 13, 2014 7:16 am
Location: Belgium

Re: Interfacing C with Harbour/HMG

Post by Clip2Mania »

Thank you, Mustafa.
However: these are again very basic & cover only Clipper - not Harbour/HMG who offer a lot more possibilities.
Anyone else?
User avatar
mustafa
Posts: 1158
Joined: Fri Mar 20, 2009 11:38 am
DBs Used: DBF
Location: Alicante - Spain
Contact:

Re: Interfacing C with Harbour/HMG

Post by mustafa »

Hola Clip2Mania:
Dentro de la Carpeta de HMG esta la carpeta DOC pulsa --> hmgdoc.htm
saludos
Mustafa
*----------------------------------------------------------------------------------------*
Hello Clip2Mania:
Inside the folder of HMG is the folder DOC press -> hmgdoc.htm
regards
Mustafa
User avatar
Clip2Mania
Posts: 99
Joined: Fri Jun 13, 2014 7:16 am
Location: Belgium

Re: Interfacing C with Harbour/HMG

Post by Clip2Mania »

Mustafa, I'm aware of the 'standard' HMG Documentation, but that's not exactly what I'm looking for.
I'm looking for something like this, but for Harbour.
User avatar
serge_girard
Posts: 3158
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: Interfacing C with Harbour/HMG

Post by serge_girard »

Hello Clip2Mania,

I don't think you will find 'paper' handbooks/manuals of Harbour (or HMG)... Online doc is there.

Serge
There's nothing you can do that can't be done...
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: Interfacing C with Harbour/HMG

Post by srvet_claudio »

See the header file hbapi.h
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
Clip2Mania
Posts: 99
Joined: Fri Jun 13, 2014 7:16 am
Location: Belgium

Re: Interfacing C with Harbour/HMG

Post by Clip2Mania »

@ Serge: I didn't expect there to be any handbook, but maybe some explanation like the other Harbour or HMG Commands ;)
@ All: thanks all for your input! Not only is learning C hard to do, it's not simple either to get it running with HMG. ;)
Post Reply