View previous topic :: View next topic |
Author |
Message |
Black Shadow Member
Joined: 06 Feb 2005 Posts: 48
|
Posted: Wed Feb 09, 2005 2:04 am Post subject: Creating plugins? |
|
|
I see so many people making plugins for DeleD If it isn't too much trouble could some body tell me how to make plugins for it, Or where to find a good tutorial on it? (I can't find one). |
|
Back to top |
|
|
Mr.Fletcher DeleD PRO user
Joined: 07 Aug 2004 Posts: 1772 Location: Germany
|
Posted: Wed Feb 09, 2005 2:42 pm Post subject: |
|
|
If you are able to code in Delphi, there is a plugin template in your deled\plugins\Example(s) directory. You just change the code there. But, afaik, only import and export plugins are possible now (manupulating plugins in PRO version). _________________ Behold! The DeleD Wiki! Please help us expanding it
DeleD on IRC |
|
Back to top |
|
|
Paul-Jan Site Admin
Joined: 08 Aug 2004 Posts: 3066 Location: Lage Zwaluwe
|
Posted: Wed Feb 09, 2005 7:08 pm Post subject: |
|
|
Also, if you do C++ there is a tutorial by Il Buzzo in the downloads section (all the Delphi plugins there come with full source code as well).
Direct link: http://www.delgine.com/index.php?filename=download_pluginbuzzotutorial
Sorry there is no 'official' documentation on the topic yet, we wanted to let the plugin system mature first. Once we get Pro 1.0 rolling (I am actually testing a beta-version right now), more time will be devoted to tutorials and documentation in general, but especially on documenting the plugin system. |
|
Back to top |
|
|
Jeroen Site Admin
Joined: 07 Aug 2004 Posts: 5332 Location: The Netherlands
|
Posted: Wed Feb 09, 2005 10:48 pm Post subject: |
|
|
Quote: |
But, afaik, only import and export plugins are possible now (manupulating plugins in PRO version). |
Actually, the new plugin system doesn't work with plugin-types anymore - you can just create whatever plugin you want. Indeed, the whole plugin architecture will be documented in the (near) future. In the mean time, if you need any help, just give us a ring at these forums! |
|
Back to top |
|
|
Black Shadow Member
Joined: 06 Feb 2005 Posts: 48
|
Posted: Thu Feb 10, 2005 12:00 am Post subject: |
|
|
Thanks guys |
|
Back to top |
|
|
|