Versions Compared

Key

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

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


The CFx examples can be found are in the folder \ARES Commander 20** SDK\Samples\CFx\. Open the solution file CFxSamples.sln and .

follow Follow the steps described in “How to Create a Sample C++ plugin and build,load the plugin ”.

...

  • Add a new C++ project(Empty project) using visual studio 2015 

         Image Removed

  • as SampleCommand in ‘\ARES Commander 20** SDK\Samples\

...

  • CFx’

         Image Added

  • Header Section: Create the following header files:                

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

                             

...