APIs, concepts, guides, and more
|
Upgrade RapidCode version (8 to 10)
lib/dll | Name in RapidCode 8 | Name in RapidCode 10 |
---|---|---|
C++ | RSIQVC | RapidCode |
.NET x86 (32 bit) | RSIQDNET4 | RapidCode.NET |
.NET x64 (64 bit) | RSIQDNET64 | RapidCode.Net64 |
Action | Code in RapidCode 8 | Code in RapidCode 10 |
---|---|---|
Restart RTOS | RTOS.RTOSGet().INtimeRestart(); | RTOS.INtimeRestart(); |
x64 files are now located in the root install directory. x86 files can be found in the subfolder of the same name.
1. Update your build and debug directories to match the root of your new version of RMP for All Configurations:
Debug:
Build:
2. Update your projects reference
Remove the old RMP 8 dll (RSIQDNET64.NET.dll):\
Add the new RMP 10 dll (RapidCode64.NET.dll):