Page 1 of 1

PREVIEW: Delphi Conversion of the SDK

Posted: 01 Jun 2007, 13:16
by jomanto
Hi folks,

things went well and faster than i thought so that I can already announce
the first preview of the Delphi version of the headers.

I'm still working on the conversion of the demoplug plugin to get things
started as easy as possible.

Feel free to test things by yourself. It should be possible to write basic
plugins for testing.

Critics, basic error reportings, etc. are very welcome!

Re: PREVIEW: Delphi Conversion of the SDK

Posted: 05 Mar 2010, 15:31
by stepand76
Attached is an updated Delphi version of SDK for Altap Salamader. It corresponds to version 2.53 (PB 44). It contains only conversion of headers, not comments, resources etc. (you can find comments and additional information in the original Altap Salamader SDK).

Notice: I use this SDK for only for my own plugins, mostly viewers, so I cannot guarantee the headers for file system, archivers, thumbnails etc. Good luck :wink:

Re: PREVIEW: Delphi Conversion of the SDK

Posted: 28 Mar 2012, 08:27
by darilek
Hello,

please, can You post sample code with plugin initialization (so it can be detected and loaded by Salamander) developed in this converted SDK?. I can't create a working version :oops:

Thanks

Re: PREVIEW: Delphi Conversion of the SDK

Posted: 28 Mar 2012, 09:44
by stepand76
I use this SDK for all of my plugins. Most of implementation is shared between them. So it is written very generic. I'm not sure if it would be helpful for you...

Re: PREVIEW: Delphi Conversion of the SDK

Posted: 28 Mar 2012, 09:50
by Jan Rysavy
Please consider using free Visual C++ Express for a new projects. It is recommended way how to build Altap Salamander plugins, including x64 versions.

Microsoft Visual Studio 2008 Express Editions with SP1: http://www.microsoft.com/download/en/de ... x?id=14597

Re: PREVIEW: Delphi Conversion of the SDK

Posted: 28 Mar 2012, 10:56
by darilek
Hello Jan,
I'm currently writing in Visual C++ 2010 :) My plugin implementation is relative easy and almost done, but I'm not a big C/C++ fan (specially in UI development) ... so just trying another way :wink:

BTW: Lazarus/FreePascal can compile x64 code and provided "Delphi SDK" is compatible

Re: PREVIEW: Delphi Conversion of the SDK

Posted: 28 Mar 2012, 11:39
by Jan Rysavy
OK :)

Does Lazarus/FreePascal work with Delphi conversion of AS SDK?

Re: PREVIEW: Delphi Conversion of the SDK

Posted: 28 Mar 2012, 12:36
by darilek
Yes it does. I've created sample project with those converted files and it compiled succesfully. FreePascal knows Delphi syntax dialect.

But I can't get to work sample with basic exported functions consumed by Altap Salamander - SalamanderPluginEntry(), etc. :(

Re: PREVIEW: Delphi Conversion of the SDK

Posted: 28 Mar 2012, 13:02
by stepand76
Please post your email address here. I will send a sample code to you.

Re: PREVIEW: Delphi Conversion of the SDK

Posted: 28 Mar 2012, 14:14
by Jan Rysavy
You can also use Private Message for email exchange.

Re: PREVIEW: Delphi Conversion of the SDK

Posted: 28 Mar 2012, 16:41
by darilek
Contact sent in private message. Thanks!

Re: PREVIEW: Delphi Conversion of the SDK

Posted: 10 Feb 2013, 10:35
by Raptor
Any chance to get updated Delphi SDK for the latest AS version? Or there is no need to update existing one?

Re: PREVIEW: Delphi Conversion of the SDK

Posted: 26 Sep 2013, 21:08
by costa
I would be interested in the update as well.