![]() |
MAK RTIspy API Documentation for HLA 1516
|
After you build a plug-in, you must tell the RTI to load it.
To load a plug-in, add the following line to rid.mtl:
(RTI-addPluginName "MyPlugin.dll")
where MyPlugin.dll is the full path to your plug-in library.
You can load multiple plug-ins by adding additional RTI-addPluginName lines in rid.mtl. It is your responsibility to make sure that the plug-ins are compatible. Remember that in the MAK RTI, all LRCs, as well as the rtiexec, load their own RID files, so make sure you configure all copies of rid.mtl appropriately.
[<< Compiling and Linking] [Home]