Upgrading RTX64 Projects

  1. Open the .vcxproj in question with a text editor and replace all references of RTX64SDKDIR with RTX64SDKDIR2.

This will direct all the Headers and Libs to be imported from RTX64 2014 SDK.

  1. Open your project in Visual Studio.
  2. In the project properties > Build Events > Post-Build Event > Command Line, change the existing StampTool post-build step to the following value:

"%RTX64Common%\bin\StampTool.exe" "$(TargetPath)"

This will ensure that the correct version of Stamptool is stamping the Binary. This needs to be done for the RTSSDebug and RTSSRelease Configurations only.

Related topics: