Compiling to HMG applications to DLL for use in C/C++

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
FrankE
Posts: 8
Joined: Sat Jul 03, 2010 1:31 am

Compiling to HMG applications to DLL for use in C/C++

Post by FrankE »

Hi

I'd like to know if it is possible to have HMG applications compile to DLL.

I'm not great C/C++ programmer, but have a need to accomplish this as an adjunct for developing 3rd party plugins for software that currently requires C/C++ for developing plugins.

From my limited understanding, compiling something to DLL means that it can't have a main() function ... is this correct?

I suspect this can't be done from within HMG ... can anyone give me some practical advice regarding how this may be achieved, perhaps with a HMG app DLL equivalent "Hello World" example?

Cheers and thanks in advance!
Frank E.
Post Reply