PREVIEW: Delphi Conversion of the SDK
PREVIEW: Delphi Conversion of the SDK
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!
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!
- Attachments
-
- AS_SDK_Delphi_20070601.zip
- Preview of the Delphi headers
- (145.92 KiB) Downloaded 2231 times
- stepand76
- Plugin Developer
- Posts: 455
- Joined: 16 Apr 2007, 21:22
- Location: Pardubice, Czech Republic
Re: PREVIEW: Delphi Conversion of the SDK
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
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
- Attachments
-
- as253b1pb44sdk_delphi.zip
- (26.22 KiB) Downloaded 1602 times
Re: PREVIEW: Delphi Conversion of the SDK
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
Thanks
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
Thanks
-=:|MaD|:=-
- stepand76
- Plugin Developer
- Posts: 455
- Joined: 16 Apr 2007, 21:22
- Location: Pardubice, Czech Republic
Re: PREVIEW: Delphi Conversion of the SDK
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...
-
- ALTAP Staff
- Posts: 5231
- Joined: 08 Dec 2005, 06:34
- Location: Novy Bor, Czech Republic
- Contact:
Re: PREVIEW: Delphi Conversion of the SDK
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
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
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
BTW: Lazarus/FreePascal can compile x64 code and provided "Delphi SDK" is compatible
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
BTW: Lazarus/FreePascal can compile x64 code and provided "Delphi SDK" is compatible
-=:|MaD|:=-
-
- ALTAP Staff
- Posts: 5231
- Joined: 08 Dec 2005, 06:34
- Location: Novy Bor, Czech Republic
- Contact:
Re: PREVIEW: Delphi Conversion of the SDK
OK
Does Lazarus/FreePascal work with Delphi conversion of AS SDK?
Does Lazarus/FreePascal work with Delphi conversion of AS SDK?
Re: PREVIEW: Delphi Conversion of the SDK
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.
But I can't get to work sample with basic exported functions consumed by Altap Salamander - SalamanderPluginEntry(), etc.
-=:|MaD|:=-
- stepand76
- Plugin Developer
- Posts: 455
- Joined: 16 Apr 2007, 21:22
- Location: Pardubice, Czech Republic
Re: PREVIEW: Delphi Conversion of the SDK
Please post your email address here. I will send a sample code to you.
-
- ALTAP Staff
- Posts: 5231
- Joined: 08 Dec 2005, 06:34
- Location: Novy Bor, Czech Republic
- Contact:
Re: PREVIEW: Delphi Conversion of the SDK
You can also use Private Message for email exchange.
Re: PREVIEW: Delphi Conversion of the SDK
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
I would be interested in the update as well.