franky68 Posted July 21, 2011 Report Share Posted July 21, 2011 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 Quote Link to comment Share on other sites More sharing options...
Murat Posted July 21, 2011 Report Share Posted July 21, 2011 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.