Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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”.

...

  1. 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.

    image-20240611-054614.png

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

...