Packer plugins developer guide: Difference between revisions

From TotalcmdWiki
Jump to navigation Jump to search
m (typo)
(Version information)
Line 1: Line 1:
This help file has been written in part by Jiri Barton.
The pages of this Wiki are based on the "Packers plugin writer guide" help file v2.1, partly written by Jiri Barton. The latest version of this file and some packer plugins (part of them with source in C or Delphi) should be available on www.ghisler.com[http://www.ghisler.com], addons section.


The latest version of this file and some packer plugins (part of them with source in C or Delphi) should be available on www.ghisler.com, addons section.
The informations in these pages refers to the version 6.54 of TotalCmd and should be upward compatible with latest 6.X versions.


Copyright © 2000-2003 by Christian Ghisler, C. Ghisler & Co. All Rights Reserved.
Copyright © 2000-2003 by Christian Ghisler, C. Ghisler & Co. All Rights Reserved.
Line 7: Line 7:
[[Packer plugins developer guide overview|Overview]]
[[Packer plugins developer guide overview|Overview]]


[[What's new]]
[[What's new in v2.1]]


Mandatory functions :
Mandatory functions :

Revision as of 14:01, 19 April 2006

The pages of this Wiki are based on the "Packers plugin writer guide" help file v2.1, partly written by Jiri Barton. The latest version of this file and some packer plugins (part of them with source in C or Delphi) should be available on www.ghisler.com[1], addons section.

The informations in these pages refers to the version 6.54 of TotalCmd and should be upward compatible with latest 6.X versions.

Copyright © 2000-2003 by Christian Ghisler, C. Ghisler & Co. All Rights Reserved.

Overview

What's new in v2.1

Mandatory functions :

Optional functions :

Structures :

Callbacks :

Error Codes

Header files



Back to Plugins