Versions Compared

Key

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

ARES Commander provides a C++ plugin which lets you create third party Plugin Software for ARES Commander.

...

                        1. SampleCommand.h - Creates the SampleCommand class with global and local command names 

                             

...

  • Nvigate to the C:\Program Files\Graebert GmbH\ARES Commander 20**\BIN and find the files named TD_Db_*.dll;

    In our example, the file name is TD_Db_4.03_1415.dll. Add the _4.03_14 15 suffix to your output .dll name to load it normally.

...

  • Build the SampleCommand project, then Open ARES Commander and use the APPLOAD command to load your application:

    In our example, we have SampleCommand_4.03_1415.tx as result.

         


If there are no errors, a confirmation message displays as successfully loaded with the output of the project

...