VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
10.4 - Loading Plug-ins

In order for a VR-Link C# plug-in to be loaded, the DLL must be in the plug-ins directory with the distributed VR-Link C# DLLs and it must export a function with the following name and signature:

extern "C" {
DLL_EXPORT bool initManagedInterfaceModule( DtManagedInterface* gl);
}

[<< ManagedInterface Class] [Home] [Initializing Connections >>]


Document ID: Generated on Wed Jan 7 13:31:29 EST 2015 from SVN revision 149162
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)