Purpose
This document explains how to create a c++ ATL/COM dll, to be used as Add-in for application using API “EwAPIâ€.
- Note
- Only 64 bit DLL Add-in are supported.
Create C++ project with Visual Studio
- Open Visual Studio
- File -> New -> Project
- Select Visual C++ -> ATL
Click OK.
Click Next.
Select Dynamic-link library Type (DLL).
Check Support MFC.
Click Finish.