...
The CFx examples are in the following folder: "\ARES Kudo Server\SDK_x64\Samples\CFx\".
Create the solution by using cmake.Windows: Compiling Samples
Follow the steps described in “How to Create a Sample C++ plugin and build , load the plugin”.
...
Navigate to the C:\Program Files\Graebert GmbH\ARES Kudo Server\Kudo\Bin\editor.dir\ and find the files named TD_Db_*.dll:
In our example, the file name is TD_Db_4.03_17.dll. Add the _4.03_17 suffix to your output .dll name to load it normally.
Building
Build the SampleCommand project, and load it in Ares Kudo Load modules/plugins (.tx)
In our example, we have SampleCommand_4.03_17.tx as result.If there are no errors, a confirmation message displays as successfully loaded with the output of the project
...