vsTASKER 7 Tutorial
×
Menu
Index

Mäk RTI

 
vsTASKER has been tested with Mäk RTI 4.3. Previous versions should also work.
Make sure that you have installed the correct Visual Studio version for the RTI and that it will be the one you will use with vsTASKER.
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 Mäk RTI installation directory:
 
MAK_RTIDIR -> C:\MAK\makRti4.3 (for ie)
 
Path environment variable should include the following:
 
%MAK_RTIDIR%\bin
 
 
It is also important to alter the 1516 and 1516e handle.h file this way, otherwise, samples won't compile:
 
 public: \  <- add this line just before the _impl declaration (below)                                          
   HandleKind##Implementation* _impl;