Plugins interfaces: Difference between revisions

From TotalcmdWiki
Jump to navigation Jump to search
No edit summary
 
(Text)
Line 1: Line 1:
__TOC__
__TOC__
== Where to download interface files ==
== Where to get official interface files? ==


Interface files for all plugins types can be downloaded at:
Interface files for all plugins types can be downloaded at:
Line 10: Line 10:
== Official interfaces description ==
== Official interfaces description ==


Some interfaces are described in this Wiki:
Some interfaces are described in this Wiki in the following topics. Some are not - download official files for them.


* [[Packer plugins developer guide]]
* [[Packer plugins developer guide]]
Line 20: Line 20:
== Unofficial interfaces links ==
== Unofficial interfaces links ==


There are unofficial plugin programming interfaces, that make it possible to develop a plugin in your prefered programming language (apart from [http://en.wikipedia.org/wiki/C++ C++] and [http://en.wikipedia.org/wiki/Delphi_programming_language Delphi]):
There are unofficial plugin interfaces, that make it possible to develop a plugin in your prefered programming language (apart from [http://en.wikipedia.org/wiki/C++ C++] and [http://en.wikipedia.org/wiki/Delphi_programming_language Delphi], which interfaces are included into official files):


* [http://www.totalcmd.net/plugring/dotnet.html .Net Framework Wrapper] for WFX
* [http://www.totalcmd.net/plugring/dotnet.html .NET Framework Wrapper] for WFX
* [http://www.totalcmd.net/plugring/perlfs.html Perl FS] for WFX
* [http://www.totalcmd.net/plugring/perlfs.html Perl FS] for WFX
* [http://www.totalcmd.net/plugring/tc_java.html Java Plugin Interface] for WCX, WDX, WFX and WLX
* [http://www.totalcmd.net/plugring/tc_java.html Java Plugin Interface] for WCX, WDX, WFX and WLX

Revision as of 16:11, 10 May 2007

Where to get official interface files?

Interface files for all plugins types can be downloaded at:


Official interfaces description

Some interfaces are described in this Wiki in the following topics. Some are not - download official files for them.


Unofficial interfaces links

There are unofficial plugin interfaces, that make it possible to develop a plugin in your prefered programming language (apart from C++ and Delphi, which interfaces are included into official files):


Back to Plugins