Plugins interfaces: Difference between revisions

From TotalcmdWiki
Jump to navigation Jump to search
(Text)
(Plugin examples)
Line 28: Line 28:
* [http://www.totalcmd.net/plugring/script_wdx.html VBScript / JavaScript Plugin Interface] for WDX
* [http://www.totalcmd.net/plugring/script_wdx.html VBScript / JavaScript Plugin Interface] for WDX
* [http://www.totalcmd.net/plugring/wlx_vbscript.html VBScript / JavaScript Plugin Interface] for WLX
* [http://www.totalcmd.net/plugring/wlx_vbscript.html VBScript / JavaScript Plugin Interface] for WLX
== Plugin source examples ==
There are few C++ examples included into official interface files.
Also there are some 3-rd party plugins with open source code:
* [http://www.totalcmd.net/plugring/ListSimple.html Sample plugin (WLX) - with Delphi source]
* [http://www.totalcmd.net/plugring/ListSimpleBcb.html Sample plugin (WLX) - with C++Builder source]
* [http://www.totalcmd.net/plugring/OOSimpleViewer.html OpenOffice.org Simple Viewer (WLX) - with Delphi source]


----
----


Back to [[Plugins]]
Back to [[Plugins]]

Revision as of 16:18, 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):


Plugin source examples

There are few C++ examples included into official interface files.

Also there are some 3-rd party plugins with open source code:



Back to Plugins