![]() |
VR-Forces 4.0.4 Class Documentation
|
This page describes the various settings for building an application with the Remote Control API.
On Windows, set the paths to VR-Forces and VR-Link's include and lib directories in your project settings. Also, you need the paths to your RTI tree for HLA. VR-Link and RTI distributes both debug and release versions of its libraries.
For HLA, link against the following libraries:
From VR-Forces:
vrfcontrolHLA13RT.lib vrfobjparamRT.lib vrfcoreHLA13RT.lib vrfmsgsRT.lib vrfplanRT.lib vrftasksRT.lib vrfutilRT.lib vrfgdbRT.lib vrfExtProtocolRT.lib vrfMsgTransportHLA13RT.lib
From VR-Link:
vlHLA13RT.lib matrixRT.lib mtlRT.lib vlutilRT.lib
From the RTI:
libRTI-NG.lib libfedtime.lib
For DIS, link against the following libraries:
From VR-Forces:
vrfcontrolDISRT.lib vrfobjparamRT.lib vrfcoreDISRT.lib vrfmsgsDISRT.lib vrfplanRT.lib gdbRT.lib vrfvrlinkExtDISRT.lib vrftasksRT.lib vrfutilRT.lib
From VR-Link:
vlDISRTd.lib matrixRTd.lib mtlRTd.lib vlutilRTd.lib
The remoteControl example project file is in ./examples/remoteControl
[<< Running VR-Forces Applications in Batch Mode] [Home] [Top of Page]