Plugins source examples: Difference between revisions

From TotalcmdWiki
Jump to navigation Jump to search
mNo edit summary
 
(16 intermediate revisions by 3 users not shown)
Line 1: Line 1:
There are several official C++ examples:
=== Lister plugins (WLX) ===
* [http://ghisler.fileburst.com/lsplugins/listplugsample.zip '''Official sample''']: with C++ source
* [http://www.totalcmd.net/plugring/ListSimple.html Sample plugin]: with Delphi source
* [http://www.totalcmd.net/plugring/ListSimpleBcb.html Sample plugin]: with C++Builder source
* [http://www.totalcmd.net/plugring/OOSimpleViewer.html OpenOffice.org Simple Viewer]: with Delphi source
* [http://www.totalcmd.net/plugring/FileThumbs.html File Thumbnails]: with Delphi source. Plugin doesn't support Lister window, it only implements support for Thumbnails view mode.
* [http://www.totalcmd.net/plugring/solidworkswlx.html SolidWorks Preview plugin]: with C++ source


* [http://ghisler.fileburst.com/fsplugins/sampleplugin.zip Sample plugin (WFX) - with C++ source]
=== Packer plugins (WCX) ===
* [http://ghisler.fileburst.com/lsplugins/listplugsample.zip Sample plugin (WLX) - with C++ source]
* [http://ghisler.fileburst.com/content/wdx_filesys_src.zip Sample plugin (WDX) - with C++ source]


* [http://ghisler.fileburst.com/plugins/catalogmaker_src.zip Catalog plugin]: with C++ source
* [http://www.totalcmd.net/plugring/multiarc.html Multi-Arc plugin]: with C++ source


Also there are some good 3-rd party examples:
=== File-system plugins (WFX) ===


* [http://www.totalcmd.net/plugring/ListSimple.html Sample plugin (WLX) - with Delphi source]
* [http://ghisler.fileburst.com/fsplugins/sampleplugin.zip '''Official sample''']: with C++ source
* [http://www.totalcmd.net/plugring/ListSimpleBcb.html Sample plugin (WLX) - with C++Builder source]
* [http://www.totalcmd.net/plugring/msie_cache.html MSIE Cache Browser]: with Delphi source
* [http://ghisler.fileburst.com/plugins/catalogmaker_src.zip Catalog plugin (WCX) - with C++ source]
* [http://www.totalcmd.net/plugring/http.html HTTP]: with Delphi source
* [http://www.totalcmd.net/plugring/OOSimpleViewer.html OpenOffice.org Simple Viewer (WLX) - with Delphi source]
* [http://www.totalcmd.net/plugring/msie_cache.html MSIE Cache Browser (WFX) - with Delphi source]
* [http://www.totalcmd.net/plugring/AudioInfo.html AudioInfo (WDX) - with Delphi source]


=== Content plugins (WDX) ===
* [http://ghisler.fileburst.com/content/wdx_filesys_src.zip '''Official sample''']: with C++ source
* [http://www.totalcmd.net/plugring/AudioInfo.html AudioInfo]: with Delphi source
* [http://www.totalcmd.net/plugring/OOInfo.html OpenOffice.org Info]: with Delphi source
* [http://code.google.com/p/wdxtaglib/ WDXTagLib]: with C++ source
=== More plugins links ===
Lists above contain only typical plugin examples.
There is a lot of other plugins with open source, you can find them at
* [http://www.ghisler.com/ Ghisler.com], Plugins section
* [http://www.totalcmd.net/ Totalcmd.net]


----
----


Back to [[Developer's corner]]
Back to [[Developer's corner]]

Latest revision as of 15:37, 8 March 2009

Lister plugins (WLX)

Packer plugins (WCX)

File-system plugins (WFX)

Content plugins (WDX)

More plugins links

Lists above contain only typical plugin examples.

There is a lot of other plugins with open source, you can find them at


Back to Developer's corner