DSP packer plugin

by Geoffrey WILFART, March 2003


This plugin lets you see Microsoft Visual C++ projects (DSP) as archives,
and browse files that are part of the project.

The archive is organized as directories following the DSP groups (such as 
"Source Files", "Header Files" or "Resource files"). 
You can view files independently of their original place. However, the files
you may extract are NOT the original files, but a COPY. Those files are then
marked as READ-ONLY.
You can also add/delete files or directories.

Be careful that:
  * Archive files are only links to actual files. If an actual file is not 
    present, you will not be able to get its data.
  * For this reason, it it not possible to move files into an	archive.

This plugin is essentially conceived as a handy way of viewing files in a 
Microsoft Visual C++ project.


=============================
How to install this plugin ?
=============================
 * Uncompress the zip file into a directory of your choice (a subdirectory of 
   the wincmd/totalcmd install directory is recommended)
 * Go to Configuration/Options menu. Click on the Packer tab.
 * Click on "Configure packer extension DLLs"
 * Type the file extension (dsp), and associate it with dsp.wcx

