Topic: AddIns format
I'm looking for different manners of adding AddIns to FSB Pro.
There are two variants for now:
- in form of a source code file as the custom indicators,
- compiled dll
My personal opinion is that code files work well. It's easy to be edited directly and do not require special framework to be included in the project.
On the other side Microsoft's addins format http://msdn.microsoft.com/en-us/library/bb384200.aspx provides some flexibility but I found it rather complicated. Also add-ins in form of dlls cannot be easily edited.
What do you think?