Purpose
This document explains how to create an add-in to be loaded in electrical applications.
Scope
Following activities are within the scope of this document:
- Use Visual studio to create a COM dll
- Add entry points to your COM dll
- Implement registration of your COM dll
- Load your add-in
They are two ways to create an Add-in:
- Normal way
- Using a specialized C# library.
This page contains the subsections Add-in sample in C++, Add-in sample in C# in normal way and Add-in sample in C# with a specialized library..