April 29, 2024, 03:35:37 AM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


Lib packer plugin for totalcmd

Started by sapero, September 14, 2006, 01:16:55 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

sapero

September 14, 2006, 01:16:55 PM Last Edit: September 14, 2006, 01:19:34 PM by sapero
LIB Packer plugin for the world best filemanager TotalCommander.

This is my first real plugin made for this file manager, and the second lib manager after "Static library manager". ;D
It allows to use COFF static libraries as standard archives - you can view, search for, and extract objects.
If you have any Microsoft C++ compiler (or free MASM) you can additional create and modify libraries (it depends on link.exe).
This dependency will be removed in future.

OMF libraries (*.a) are supported too, but you can only view/search/extract files. This format is not supported by MS linker.
To view omf file press CTRL+PageDown, COFF is accesible by doubleclick (can be changed in exported function GetPackerCaps adding flag PK_CAPS_HIDE)
Source code, wcx header and precompilled dll (wcx) incuded.