View previous topic :: View next topic |
Author |
Message |
Jeroen Site Admin
Joined: 07 Aug 2004 Posts: 5332 Location: The Netherlands
|
Posted: Wed Mar 07, 2007 8:51 am Post subject: DeleD Plugin SDK |
|
|
As of DeleD 1.6, a plugin SDK is being distributed within the DeleD setup. The SDK consists of a CHM (html help) file explaining how to build DeleD plugins and two examples, an import plugin and an export plugin. Look for the plugin SDK in the Plugins folder of your DeleD installation.
The plugin SDK is under constant development. As more features are build into the plugin architecture, they will be mentioned here as well. If you need any assistance on building DeleD plugins, you are more than welcome to ask your questions in this forum. |
|
Back to top |
|
|
Daaark DeleD PRO user
Joined: 01 Sep 2004 Posts: 2696 Location: Ottawa, Canada
|
Posted: Wed Mar 07, 2007 12:49 pm Post subject: |
|
|
The SDK CHM link in the DeleD program group just brings up a browsing window. Looking for it in the folder reveals it's AWOL. _________________
|
|
Back to top |
|
|
fik Member
Joined: 11 Oct 2006 Posts: 303
|
Posted: Tue May 15, 2007 12:43 am Post subject: |
|
|
I would like to have a go at making a plugin. However i have Borland Turbo Delphi as its free, and i have only just started programming in delphi. So can't justify other versions. Though this version seems good as you can use for commercial even though its free which is nice.
So to my point is, is it possible you could release the sdk or examples to run in this or advise me how to use with Turbo Delphi. Many thanks |
|
Back to top |
|
|
jwatte DeleD PRO user
Joined: 26 Apr 2006 Posts: 513
|
Posted: Thu May 17, 2007 12:30 am Post subject: |
|
|
If you know C++, you can use the free tool Microsoft Visual C++ Express to build plug-ins. If you don't, then nevermind. |
|
Back to top |
|
|
Jeroen Site Admin
Joined: 07 Aug 2004 Posts: 5332 Location: The Netherlands
|
Posted: Thu May 17, 2007 7:26 am Post subject: |
|
|
fik wrote: |
So to my point is, is it possible you could release the sdk or examples to run in this or advise me how to use with Turbo Delphi. Many thanks |
The SDK and examples of an importer and an exporter can be found in the plugin directory. The examples are written in Delphi 7.0. I assume they should load into Turbo Delphi just fine. If not, please create a seperate topic about that. Goodluck! |
|
Back to top |
|
|
|