Upgrading RTX64 Projects
- 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.
- Open your project in Visual Studio.
- 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: