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
- as SampleCommand in ‘\ARES Commander 20** SDK\Samples\
...
- CFx’
- Header Section: Create the following header files:
1. SampleCommand.h - Create SampleCommand class with global and local command names
...