|
You can use the RtssRun command-line utility to register an RTDLL. Once an RTDLL is registered, it can be loaded by any RTSS process using the standard LoadLibrary function.
Whenever you register an RTDLL, the current version of the .rtdll
file
is registered with the RTSS subsystem. Therefore, whenever you rebuild
an RTDLL, you must rerun RtssRun in order to reregister it with the subsystem
and access the new version.
NOTE: The RTDLL inherits whether or not it uses local memory from the RTSS process that loads it.
To register an RTDLL:
Type the following at a command prompt:
RtssRun [/q /f] /d [/s
]
filename
.
rtdll
NOTE: To view a list of registered RTDLLs or to unregister an RTDLL, use the RTSSkill command-line utility.
The following command registers sample.rtdll:
RtssRun /d sample.rtdll
The following command registers sample.rtdll so that it can be loaded by several processes simultaneously:
RtssRun /d /s sample.rtdll