Plugins interfaces: Difference between revisions

From TotalcmdWiki
Jump to navigation Jump to search
(HiAsm interfaces)
(→‎Where to get official interface files?: updated info and links for plugin interfaces)
 
(5 intermediate revisions by one other user not shown)
Line 10: Line 10:
The concrete links, which may be outdated, are:
The concrete links, which may be outdated, are:


* WFX interface: [http://ghisler.fileburst.com/fsplugins/fspluginhelp1.3.zip Here] or [http://www.totalcmd.net/plugring/fsplugin_guide.html Here]
* WFX interface: [http://ghisler.fileburst.com/fsplugins/fspluginhelp2.1se_chm.zip Here (chm], [http://ghisler.fileburst.com/fsplugins/fspluginhelp2.1se.zip hlp]) or [http://www.totalcmd.net/plugring/fsplugin_guide.html Here]
* WLX interface: [http://ghisler.fileburst.com/lsplugins/listplughelp1.5.zip Here] or [http://www.totalcmd.net/plugring/lsplugin_guide.html Here]
* WLX interface: [http://ghisler.fileburst.com/lsplugins/listplughelp2.1_chm.zip Here (chm], [http://ghisler.fileburst.com/lsplugins/listplughelp2.1.zip hlp]) or [http://www.totalcmd.net/plugring/lsplugin_guide.html Here]
* WCX interface: [http://ghisler.fileburst.com/plugins/wcx_ref2.1.zip Here] or [http://www.totalcmd.net/plugring/packer_interface.html Here]
* WCX interface: [http://ghisler.fileburst.com/plugins/wcx_ref2.21se_chm.zip Here (chm], [http://ghisler.fileburst.com/plugins/wcx_ref2.21se.zip hlp]) or [http://www.totalcmd.net/plugring/packer_interface.html Here]
* WDX interface: [http://ghisler.fileburst.com/content/contentpluginhelp.zip Here] or [http://www.totalcmd.net/plugring/wdx_writers_guide.html Here]
* WDX interface: [http://ghisler.fileburst.com/content/contentpluginhelp210se_chm.zip Here (chm)] or [http://www.totalcmd.net/plugring/wdx_writers_guide.html Here]


See also [https://www.ghisler.com/history.txt HISTORY.TXT] on newest changes in plugin interfaces not yet added to official guides.


== Official interfaces ==
== Official interfaces ==
Line 36: Line 37:
* [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
* [http://hiasm.com HiAsm]: Interfaces: [http://hiasm.com/xf/topic.php?t=8313&start=0 WLX], [http://hiasm.com/xf/topic.php?t=7243&start=0 WDX]. Examples: [http://hiasm.com/xf/topic.php?t=3902&start=0 1], [http://hiasm.com/xf/topic.php?t=8330&start=0 2], [http://hiasm.com/xf/topic.php?t=7269&start=0 3]. Pages are in Russian, use auto-translater to read.
* [http://hiasm.com HiAsm]: Interfaces: [http://hiasm.com/xf/topic.php?t=8313&start=0 WLX], [http://hiasm.com/xf/topic.php?t=7243&start=0 WDX]. Examples: [http://hiasm.com/xf/topic.php?t=3902&start=0], [http://hiasm.com/xf/topic.php?t=8330&start=0], [http://hiasm.com/xf/topic.php?t=7269&start=0]. Pages are in Russian, use the auto-translator to read.
* [http://ghisler.ch/board/viewtopic.php?t=766 PowerBasic Interface] for WCX. Example: [http://ghisler.ch/board/viewtopic.php?t=397]
* [http://www.totalcmd.net/plugring/mbox.html Euphoria Interface/Example] for WCX.





Latest revision as of 16:48, 6 February 2020

Where to get official interface files?

C++ and Delphi interface files for all plugins types can be downloaded at:


The concrete links, which may be outdated, are:

See also HISTORY.TXT on newest changes in plugin interfaces not yet added to official guides.

Official interfaces

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):



Back to Developer's corner