contents
上传用户:jlteech
上传日期:2007-01-06
资源大小:349k
文件大小:6k
源码类别:

压缩解压

开发平台:

Visual C++

  1. Contents of the WiZ 4.0 source archive.
  2.    Contents this file
  3.    README   what WiZip is; general information
  4.    COPYING  copyrights and distribution policy
  5.    INSTALL  how to compile and install UnZip and related utilities
  6.    WHERE    where Zip/UnZip/WiZip and encryption/decryption support can be found
  7.    History  new features and fixes in this release
  8.    ToDo     rough priority list of new features to be added in next release
  9.    BUGS     known bugs, problems, and (possible) other features to be added
  10.    about.c      = About box function
  11.    action.c     = Where most of the calls to the dll's take place.
  12.    comment.c    = Comment function for all comments to zip file. Called by
  13.                   zip dll only.
  14.    copyfile.c   = Copy/Move/Rename functions
  15.    findfile.c   = File location code for recursing
  16.    getdate.c    = Get date function for zipping files
  17.    getdir.c     = Directory selection functions
  18.    getfiles.c   = Get files function for making an archive
  19.    help.cur     = Help cursor
  20.    helpids.h    = Help IDs.
  21.    iconbar.c    = Iconbar (toolbar) functions.
  22.    makedir.c    = Make directory function
  23.    makezip.c    = Functions for creating/updating archives
  24.    password.c   = Password functions
  25.    password.h   = Defines for password functions
  26.    pattern.c    = Functions for selecting files in archive by pattern
  27.    pattern.h    = Defines for password functions
  28.    rename.c     = Function for renaming file on extraction
  29.    rename.h     = Header for rename.c
  30.    replace.c    = Function for replacing file(s) on extraction
  31.    replace.h    = Header file for replace.c
  32.    seldir.c     = Function for selecting directories
  33.    sizewndw.c   = Function dealing with resizing application
  34.    sound.c      = Functions dealing with playing sound waves when extracting
  35.    sound.h      = Header file for sound.c
  36.    status.c     = Code deals with the status/display window, and printing to
  37.                   that window.
  38.    unzopts.c    = Unzip options selection
  39.    updatelb.c   = Code to update the listbox
  40.    winit.c      = Code dealing with initialization of the application
  41.    wiz.h        = Main include file for application
  42.    wiz.rc       = Resource file for application.
  43.    wiz16.def    = Def file for 16 bit application.
  44.    wiz32.def    = Def file for 32 bit application.
  45.    wizmain.c    = Contains winmain and code to load dll's
  46.    wizunzip.wav = Sound file for application (not required to build or run.)
  47.    wizver.h     = Versioning constants header file.
  48.    wizwproc.c   = Reads/writes preferences from/to the wizip.ini file. Also
  49.                   handles menu item calls dealing with zip functions.
  50.    wndproc.c    = Creates main windows, handles menu item calls dealing with
  51.                   unzip functions.
  52.    zipopts.c    = Function for handling the zip options
  53. SFX data files located in the SFX directory
  54.    sfx16.dat    = Data to build self-extracting archive (16 bit)
  55.    sfx32.dat    = Data to build self-extracting archive (32 bit)
  56. ICONS and CURSORS located in the ICONS directory
  57.    info-zip.ico = Info-Zip icon
  58.    unzipped.ico = "Unzipped" icon
  59.    zipped.ico   = "Zipped" icon
  60. HELP files located in HELP directory
  61.    wiz16.hlp    = Help file (16 bit).
  62.    wiz32.hlp    = Help file (32 bit).
  63.    wiz16.hpj    = Help project (16 bit).
  64.    wiz32.hpj    = Help project (32 bit).
  65.    wiz.rtf      = Source for help file.
  66. DIALOGS located in the DIALOGS directory
  67.    about16.dlg  = Dialog box for about box (16 bit)
  68.    about32.dlg  = Dialog box for about box (32 bit)
  69.    comment.dlg  = Dialog box for adding comments to zip file
  70.    copyfile.dlg = Dialog box for copy/move/rename functions.
  71.    getdate.dlg  = Dialog box for the get date function
  72.    getdir.dlg   = Dialog box for the directory selection function
  73.    getfiles.dlg = Dialog box for get files function
  74.    grep.dlg     = Dialog box for finding files in archives.
  75.    makedir.dlg  = Dialog box for make directory function
  76.    password.dlg = Dialog box for entering password for encryption/decryption
  77.    pattern.dlg  = Dialog box for selecting files in archive by pattern
  78.    rename.dlg   = Dialog box for renaming file on extraction
  79.    replace.dlg  = Dialog box for replacing file(s) on extraction
  80.    seldir.dlg   = Dialog box for selecting directories
  81.    sound.dlg    = Dialog box for selecting sound wave
  82.    unzopts.dlg  = Dialog box for unzip options
  83.    zipopts.dlg  = Dialog box for handling zip options
  84. BITMAPS located in BITMAPS directory
  85.    clrstat.bmp  = Bitmap for iconbar
  86.    comment.bmp  = Bitmap for iconbar
  87.    copy.bmp     = Bitmap for iconbar
  88.    copystat.bmp = Bitmap for iconbar
  89.    deselall.bmp = Bitmap for iconbar
  90.    display.bmp  = Bitmap for iconbar
  91.    exit.bmp     = Bitmap for iconbar
  92.    extract.bmp  = Bitmap for iconbar
  93.    help.bmp     = Bitmap for iconbar
  94.    info-zip.bmp = Bitmap for iconbar
  95.    ltbulb.bmp   = Bitmap for iconbar
  96.    ltstatus.bmp = Bitmap for iconbar
  97.    makedir.bmp  = Bitmap for iconbar
  98.    move.bmp     = Bitmap for iconbar
  99.    open-up.bmp  = Bitmap for iconbar
  100.    rename.bmp   = Bitmap for iconbar
  101.    selall.bmp   = Bitmap for iconbar
  102.    selpat.bmp   = Bitmap for iconbar
  103.    splash.bmp   = Bitmap for splash screen (32 bit only)
  104.    status.bmp   = Bitmap for iconbar
  105.    test.bmp     = Bitmap for iconbar
  106.    trash.bmp    = Bitmap for iconbar
  107.    unzipto.bmp  = Bitmap for iconbar
  108.    zipup.bmp    = Bitmap for iconbar
  109.    Note: Some of these bitmaps are no longer used in the toolbar, but are
  110.          left for those who might want them.
  111. MAKEFILES located in the Borland and VisualC directories
  112.    borlandwizdll16.mak   = makefile for 16 bit application and dll's
  113.    borlandwizdll32.mak   = makefile for 32 bit application and dll's
  114.    borlandwizlib32.mak   = makefile for 32 bit application with static
  115.                             libraries
  116.    visualcwizdll.mak     = makefile for 32 bit application and dll's
  117.    visualcwizlib.mak     = makefile for 32 bit application with static
  118.                             libraries
  119.    Note: I believe these makefiles should work for VC 4.x also
  120. POV-RAY for Windows files:
  121.    Wiz with Gray Marble.pov = POV-RAY file for creating the splash screen
  122.                               used with the 32 bit version.
  123. Note: To build the complete application and it's associated dll's, the source
  124. code for unzip and zip are also required. In fact this application will not
  125. even compile without the source code for both. Obviously, it must also have
  126. the dll's to run. ;-)