IonicWind Software

Aurora Compiler => Software Projects => Topic started by: sapero on September 14, 2006, 01:16:55 PM

Title: Lib packer plugin for totalcmd
Post by: sapero on September 14, 2006, 01:16:55 PM
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.