⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 contents

📁 有关zip的一个开发实例。主要包括图片和程序源代码。
💻
字号:
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.c      = About box function
   action.c     = Where most of the calls to the dll's take place.
   comment.c    = Comment function for all comments to zip file. Called by
                  zip dll only.
   copyfile.c   = Copy/Move/Rename functions
   findfile.c   = File location code for recursing
   getdate.c    = Get date function for zipping files
   getdir.c     = Directory selection functions
   getfiles.c   = Get files function for making an archive
   help.cur     = Help cursor
   helpids.h    = Help IDs.
   iconbar.c    = Iconbar (toolbar) functions.
   makedir.c    = Make directory function
   makezip.c    = Functions for creating/updating archives
   password.c   = Password functions
   password.h   = Defines for password functions
   pattern.c    = Functions for selecting files in archive by pattern
   pattern.h    = Defines for password functions
   rename.c     = Function for renaming file on extraction
   rename.h     = Header for rename.c
   replace.c    = Function for replacing file(s) on extraction
   replace.h    = Header file for replace.c
   seldir.c     = Function for selecting directories
   sizewndw.c   = Function dealing with resizing application
   sound.c      = Functions dealing with playing sound waves when extracting
   sound.h      = Header file for sound.c
   status.c     = Code deals with the status/display window, and printing to
                  that window.
   unzopts.c    = Unzip options selection
   updatelb.c   = Code to update the listbox
   winit.c      = Code dealing with initialization of the application
   wiz.h        = Main include file for application
   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

SFX data files located in the SFX directory
   sfx16.dat    = Data to build self-extracting archive (16 bit)
   sfx32.dat    = Data to build self-extracting archive (32 bit)

ICONS and CURSORS located in the ICONS directory
   info-zip.ico = Info-Zip icon
   unzipped.ico = "Unzipped" icon
   zipped.ico   = "Zipped" icon

HELP files located in HELP directory
   wiz16.hlp    = Help file (16 bit).
   wiz32.hlp    = Help file (32 bit).
   wiz16.hpj    = Help project (16 bit).
   wiz32.hpj    = Help project (32 bit).
   wiz.rtf      = Source for help file.

DIALOGS located in the DIALOGS directory
   about16.dlg  = Dialog box for about box (16 bit)
   about32.dlg  = Dialog box for about box (32 bit)
   comment.dlg  = Dialog box for adding comments to zip file
   copyfile.dlg = Dialog box for copy/move/rename functions.
   getdate.dlg  = Dialog box for the get date function
   getdir.dlg   = Dialog box for the directory selection function
   getfiles.dlg = Dialog box for get files function
   grep.dlg     = Dialog box for finding files in archives.
   makedir.dlg  = Dialog box for make directory function
   password.dlg = Dialog box for entering password for encryption/decryption
   pattern.dlg  = Dialog box for selecting files in archive by pattern
   rename.dlg   = Dialog box for renaming file on extraction
   replace.dlg  = Dialog box for replacing file(s) on extraction
   seldir.dlg   = Dialog box for selecting directories
   sound.dlg    = Dialog box for selecting sound wave
   unzopts.dlg  = Dialog box for unzip options
   zipopts.dlg  = Dialog box for handling zip options

BITMAPS located in BITMAPS directory
   clrstat.bmp  = Bitmap for iconbar
   comment.bmp  = Bitmap for iconbar
   copy.bmp     = Bitmap for iconbar
   copystat.bmp = Bitmap for iconbar
   deselall.bmp = Bitmap for iconbar
   display.bmp  = Bitmap for iconbar
   exit.bmp     = Bitmap for iconbar
   extract.bmp  = Bitmap for iconbar
   help.bmp     = Bitmap for iconbar
   info-zip.bmp = Bitmap for iconbar
   ltbulb.bmp   = Bitmap for iconbar
   ltstatus.bmp = Bitmap for iconbar
   makedir.bmp  = Bitmap for iconbar
   move.bmp     = Bitmap for iconbar
   open-up.bmp  = Bitmap for iconbar
   rename.bmp   = Bitmap for iconbar
   selall.bmp   = Bitmap for iconbar
   selpat.bmp   = Bitmap for iconbar
   splash.bmp   = Bitmap for splash screen (32 bit only)
   status.bmp   = Bitmap for iconbar
   test.bmp     = Bitmap for iconbar
   trash.bmp    = Bitmap for iconbar
   unzipto.bmp  = Bitmap for iconbar
   zipup.bmp    = Bitmap for iconbar
   Note: Some of these bitmaps are no longer used in the toolbar, but are
         left for those who might want them.

MAKEFILES located in the Borland and VisualC directories
   borland\wizdll16.mak   = makefile for 16 bit application and dll's
   borland\wizdll32.mak   = makefile for 32 bit application and dll's
   borland\wizlib32.mak   = makefile for 32 bit application with static
                            libraries


   visualc\wizdll.mak     = makefile for 32 bit application and dll's
   visualc\wizlib.mak     = makefile for 32 bit application with static
                            libraries
   Note: I believe these makefiles should work for VC 4.x also

POV-RAY for Windows files:
   Wiz with Gray Marble.pov = POV-RAY file for creating the splash screen
                              used with the 32 bit version.

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. ;-)


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -