A simple to use interface to include runtime loading and unloading capabilities for Dll's with a defined and very practicable interface.
This framework is very usefull if you want to include runtime loadable wizards, graphics drivers or if you want to make your application enhanceable for third party products.
The framework consists of the following 4 components :
Hardcore developers who want to write native dll's without using the vcl can do this too!!!
Just read the MGVirtintf file. Export a Procedure wich looks like TMGDllEntryPointProc with the name
DllEntyPointName. Within this Procedure the the global MGDirectDllApplication to the value of IApp and set the
value of the iDll parameter to our implementation of the TMGIDllServices class.
Then create a new implementation of TMGIProcServerIntf and(not needed every time) of TMGIProcClientIntf.
Register them in the new RegisterDll procedure.
Copyright 1997 by Michael Geißler Homepage : home.t-online.de/home/geissler.michael/