VR-Link JAVA API Documentation
 All Classes Namespaces Files Functions Variables Enumerator 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 Thu Oct 16 00:12:25 EDT 2025 from SVN revision 280738
Copyright © 1992-2025 MAK Technologies. All Rights Reserved (www.mak.com)