making a DLL with HMG

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
t57042
Posts: 148
Joined: Tue Mar 16, 2010 9:46 am
Location: belgium

making a DLL with HMG

Post by t57042 »

Is it possible to compile a DLL with HMG?
If yes, how.

Thanks
Richard
Carlos Britos
Posts: 245
Joined: Sat Aug 02, 2008 5:03 pm

Re: making a DLL with HMG

Post by Carlos Britos »

t57042 wrote:Is it possible to compile a DLL with HMG?
If yes, how.
Thanks
Richard
Hi
HMG is a GUI lib for harbour.
The code need it to create dlls is harbour pure. You don't need the GUI lib to do it.
Maybe you can have better results in harbour's forum
https://groups.google.com/forum/#!forum/harbour-users
With harbour is possible to create and call dlls functions, but it's not so easy.
Regards/Saludos, Carlos (bcd12a)
Post Reply