Developing a dll for other application developed in C11

appasri

New member
Joined
Aug 2, 2018
Messages
2
Programming Experience
3-5
Hello friends,

I would like to develop a c# dll for an application (Amibroker). The official C++ SDK is available on their site.
Can anybody guide me how to start (from where to start).

RAO
 
The obvious place to start is with a web search for "amibroker c#". When I did that, the first result was this:

http://www.dotnetforab.com/

That seems like the obvious option. It's not free but it will presumably save you a lot of work. If you can't or won't spend money then you should peruse some of the other results, glean as much information as you can and then post back if you encounter a more specific issue.

By the way, it would be nice if you could help us help you by doing things like providing a link to this SDK on their web site rather than just telling us that it's there and expecting us to look for it ourselves. We all volunteer our time so the more you do for us, the more likely we are to do something for you.
 
Jmcilhinney Thanks for the reply. Till now I was doing in VB.net programs for my own use. I came across some plugin developed in c# by Kriasoft (https://github.com/kriasoft/amibroker). I too want to develop dll on my own from scratch. To do so what should I know? or which modules I have to understand . I need some guidance or initiation.
The link for the SDK is http://www.amibroker.com/bin/ADK.exe.

with regds
 
Back
Top Bottom