Jump to content

SDK restricted to MS compilers?


franky68

Recommended Posts

Hello,

 

I just tried to play a little with the Daminion SDK and had no luck.

 

While I can load the library itself I was not able to access any properties/methods. Then I checked with the DLL Export Viewer (http://www.nirsoft.net/utils/dll_export_viewer.html) and it did not list any exports at all.

 

I have to admit I aways avoid MS compilers so I am not familar with .NET but is there any way to access the SDK from other languages?

 

So far I tried with FPC/Lazarus/Delphi.

 

Kind regards

Frank

Link to comment
Share on other sites

Daminion add-ons can be written in any .NET compliant language.

 

If you prefer Delphi you need to use Delphi.NET version. But if you familiar with Delphi it's not a big problem to learn C#. We chose C# + VS over Delphi platform when started Daminion project a few years ago.

 

Daminion.API.dll from Daminion SDK is a .NET class library, so you can see it's methods and classes from .NET IDE like Visual Studio.

 

GMail Addon - is a sample of Daminion Export addon with C# sources. It allows to email pictures directly via Gmail account.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...