![]() |
VR-Forces 5.0.1 Developer's Guide
|
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. Please review the prerequisites for building VR-Forces in Prerequisites for Building VR-Forces Applications and Plugins.
VR-Forces example applications and plugins should be referenced for all additional includes, compiler flags, and library dependencies you will need to successfully build your project.
For HLA, link against the following libraries:
From VR-Forces:
From VR-Link:
From the RTI:
For DIS, link against the following libraries:
From VR-Forces:
From VR-Link:
vlDISRTd.lib matrixRTd.lib mtlRTd.lib vlutilRTd.lib
The remoteControl example project file is in ./examples/remoteControl