ARES commander provides C++ plugin which lets you author third party Plugin Software for ARES Commander.
...
1. SampleCommand.h - Create SampleCommand class with global and local command names
...
- Define _TOOLKIT_IN_DLL macro
- Open SampleCommand property page and set C/C++ → Language → Treat WChar_t As Built in Type to No (/Zc:wchar_t-)
Go to C:\Program Files\Graebert GmbH\ARES Commander 20**\BIN and find the files named TD_Db_*.dll;
In our example, it is named TD_Db_4.03_14.dll. You must add the suffix _4.03_14 to your output .dll name to make it load normally.
...