rtx

Presentation of the RTX setup wizard features

If you are not yet familiar with RTX, please review this introduction page to the RTX extensions discussing Investor/RT SDK capabilities

Accessing the built-in Setup Wizard for RTX extension
To access the wizard interface, open the menu File->New->RTX Extension

Presentation of the RTX Setup Wizard interface

RTX Developer Note

The RTX C++ SDK has been improved for Version 12.6. One of the improvements will require minor source code changes when you upgrade to Version 12.6 of Investor/RT and build with the latest irtsdk.h SDK. The CPEN data type in Version 12.5 RTX is a C structure containing a pen color, pen width and pen style setting. In 12.6, CPEN is now a C++ class with a proper constructor and methods for working with CPEN instances.  Version 12.5 declarations of CPEN looked like this:

Building RTX with Visual Studio 2013

IMPORTANT

If you plan to use Visual Studio 2013 to build RTX Extensions, you must go to File → Preferences → Configuration and set the Configuration Variable called VisualStudioVersion to 2013.