vsTASKER has been tested with Pitch RTI 5.3. Previous versions should also work.
For newest versions, if samples does not compile or crash, please to inform us at: support@virtualsim.com
Make sure you have the following variable setup and pointing to the Pitch RTI installation directory:
PITCH_RTIDIR -> C:\Pitch\prti1516e (for ie)
Path environment variable should include the following (assuming you want to use Visual Studio 2010)
%PITCH_RTIDIR%\lib\vc100
It is also important to alter the 1516 and 1516e handle.h file this way, otherwise, samples won't compile:
For HLA1516-2000:
public: <- replace the private with public just before the _impl declaration (below)
HandleKind##Implementation* _impl;
|
For others:
public: \ <- add this line just before the _impl declaration (below)
HandleKind##Implementation* _impl;
|