VR-Link API Documentation for HLA 1.3
 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 Tue Feb 2 21:02:17 EST 2021 from SVN revision 223668
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)