...
Compile your module with VS 20152017, 2017 2019 or 2019newer.
We build the server application with VS 2015 2017 (v140v141) toolset and make sure that we install required VS 2015 2017 C++ redistributable with installation. So we recommend to build the SDK modules using the same toolset to have the same dependencies. If you compile with another toolset, you should make sure to install correct C++ redistributable on the target machine where you run the server on.
...
Use g++ to compile the modules.
c++11, c++14 and c++14 17 are supported.
Define _TOOLKIT_IN_DLL_ and XENON
...
SaaS Version
Compile against our server SDK.
Load modules
Add a file named startup.rx to Default Files/Support if it does not exist
Add your module file paths to startup.rx to load them automatically when a new session starts
On Premise / Cloud Installation
...