Contents of the WiZ 4.0 source archive.

   Contents this file
   README   what WiZip is; general information
   COPYING  copyrights and distribution policy
   INSTALL  how to compile and install UnZip and related utilities
   Where    where Zip/UnZip/WiZip and encryption/decryption support can be found
   History  new features and fixes in this release
   ToDo     rough priority list of new features to be added in next release
   BUGS     known bugs, problems, and (possible) other features to be added


   about.dlg    = Dialog box for about box.
   about.c      = About box function
   action.c     = Where most of the calls to the dll's take place.
   clrstat.bmp  = Bitmap for iconbar
   comment.bmp  = Bitmap for iconbar
   comment.dlg  = Dialog box for adding comments to zip file
   comment.c    = Comment function for all comments to zip file. Called by
                  zip dll only.
   copy.bmp     = Bitmap for iconbar
   copyfile.dlg = Dialog box for
   copyfile.c   = Copy/Move/Rename functions
   copystat.bmp = Bitmap for iconbar
   deselall.bmp = Bitmap for iconbar
   display.bmp  = Bitmap for iconbar
   erase.bmp    = Bitmap for iconbar
   exit.bmp     = Bitmap for iconbar
   export.bmp   = Bitmap for iconbar
   extract.bmp  = Bitmap for iconbar
   findfile.c   = File location code for recursing
   getdate.dlg  = Dialog box for the get date function
   getdate.c    = Get date function for zipping files
   getdir.dlg   = Dialog box for the directory selection function
   getdir.c     = Directory selection functions
   getfiles.dlg = Dialog box for get files function
   getfiles.c   = Get files function
   help.bmp     = Bitmap for iconbar
   help.cur     = Help cursor
   helpids.h    = Help IDs.
   iconbar.c    = Iconbar (toolbar) functions.
   info-zip.ico = Info-Zip icon
   list.bmp     = Bitmap for iconbar
   ltbulb.bmp   = Bitmap for iconbar
   makedir.bmp  = Bitmap for iconbar
   makedir.dlg  = Dialog box for make directory function
   makedir.c    = Make directory function
   makezip.dlg  = Dialog box for creating/updating archives
   makezip.c    = Functions for creating/updating archives
   move.bmp     = Bitmap for iconbar
   open-up.bmp  = Bitmap for iconbar
   password.dlg = Dialog box for entering password for encryption/decryption
   password.c   = Password functions
   password.h   = Defines for password functions
   pattern.dlg  = Dialog box for selecting files in archive by pattern
   pattern.c    = Functions for selecting files in archive by pattern
   pattern.h    = Defines for password functions
   prefs.c      = Functions for setting all preferences
   prefs.dlg    = Dialog box for setting all preferences
   rename.bmp   = Bitmap for iconbar
   rename.dlg   = Dialog box for renaming file on extraction
   rename.c     = Function for renaming file on extraction
   rename.h     = Header for rename.c
   replace.dlg  = Dialog box for replacing file(s) on extraction
   replace.c    = Function for replacing file(s) on extraction
   replace.h    = Header file for replace.c
   selall.bmp   = Bitmap for iconbar
   seldir.dlg   = Dialog box for selecting directories
   seldir.c     = Function for selecting directories
   selpat.bmp   = Bitmap for iconbar
   sfx.d1       = Data to build self-extracting archive
   sfx.d2       = Data to build self-extracting archive
   sizewndw.c   = Function dealing with resizing application
   sound.c      = Functions dealing with playing sound waves when extracting
   sound.dlg    = Dialog box for selecting sound wave
   sound.h      = Header file for sound.c
   split.bmp    = Bitmap for iconbar
   status.bmp   = Bitmap for iconbar
   status.c     = Code deals with the status/display window, and printing to
                  that window.
   test.bmp     = Bitmap for iconbar
   trash.bmp    = Bitmap for iconbar
   unzipped.ico = "Unzipped" icon
   unzipto.bmp  = Bitmap for iconbar
   unzopts.c    = Unzip options selection
   unzopts.dlg  = Dialog box for unzip options
   updatelb.c   = Code to update the listbox
   winit.c      = Code dealing with initialization of the application
   wiz16all.bcc = Makefile for 16 bit application and dll's.
   wiz32all.bcc = Makefile for 32 bit application and dll's.
   wiz.bmp      = Bitmap for iconbar
   wiz16.hpj    = Help project file (16 bit)
   wiz32.hpj    = Help project file (32 bit)
   wiz.h        = Main include file for application
   wiz16.hlp    = Help file (16 bit).
   wiz32.hlp    = Help file (32 bit).
   wizip.rtf    = Source for help file.
   wiz.rc       = Resource file for application.
   wiz16.def    = Def file for 16 bit application.
   wiz32.def    = Def file for 32 bit application.
   wizmain.c    = Contains winmain and code to load dll's
   wizunzip.wav = Sound file for application (not required to build or run.)
   wizver.h     = Versioning constants header file.
   wizwproc.c   = Reads/writes preferences from/to the wizip.ini file. Also
                  handles menu item calls dealing with zip functions.
   wndproc.c    = Creates main windows, handles menu item calls dealing with
                  unzip functions.
   zipopts.c    = Function for handling the zip options
   zipopts.dlg  = Dialog box for handling zip options
   zipped.ico   = "Zipped" icon
   zipup.bmp    = Bitmap for iconbar

Note: To build the complete application and it's associated dll's, the source
code for unzip and zip are also required. In fact this application will not
even compile without the source code for both. Obviously, it must also have
the dll's to run. ;-)


