Contents
上传用户:andy_li
上传日期:2007-01-06
资源大小:1019k
文件大小:2k
源码类别:

压缩解压

开发平台:

MultiPlatform

  1. Contents of the "windll" subdirectory for UnZip 5.4 and later:
  2.   Contents       this file
  3.   windll16.def   definition file for 16-bit UnZip DLL
  4.   windll32.def   definition file for 32-bit UnZip DLL
  5.   unziplib.def   definition file for 32-bit UnZip library
  6.   windll.c       contains the entry point for the DLL, "fake" printing,
  7.                  sound, rename, replace and password functions
  8.   windll.h       header file for both 16- and 32-bit DLLs
  9.   zipver.h       versioning information for resource file, and also
  10.                  used by WiZ application itself
  11.   decs.h         Exported function declarations.
  12.   windll.rc      resource file for both 16- and 32-bit DLLs
  13.   windll.doc     simplistic explaination of how to use DLL
  14.   structs.h      header file, used by both the DLL and by WiZ, that defines
  15.                  several structures passed to the DLL
  16.   example.c      a very simplistic example of how to load the DLL and make
  17.                  a call into it
  18.   example.h      header file for example.c
  19.   guisfx        directory with GUI frontend for SFX stub
  20.     dialog.h       interface declarations to dialog definition
  21.     sfxw.ico       icon graphic (binary file!)
  22.     sfxwiz.c       main source module for SFX stub
  23.     sfxwiz.dlg     dialog window definitions
  24.     sfxwiz.rc      resourses for GUISFX stub
  25.     sfxwiz16.mak   makefile for 16-bit GUISFX stub (Borland C++ 4.52)
  26.     SFXWiz32.dsp   MS Visual C++ 6.0 project file for 32-bit GUISFX stub
  27.     unzip32sfx.dsp MS Visual C++ 6.0 project for 32-bit sfxunzip static lib
  28.     unzsfx16.def   linker definition file for 16-bit unzipsfx static library
  29.   visualcdll   directory with DLL project and makefile for Visual C++ 5.0
  30.   visualclib   directory with LIB project and makefile for Visual C++ 5.0
  31.   vb            example files for using the Visual C++ DLL with Visual Basic
  32. Note that Borland C++ 5.0 is full of bugs; version 4.5 or 5.01 is recommended
  33. instead.  If you must use Borland C++ 5.0, using the Intel optimizing compiler
  34. is required to avoid crashes (possibly due to a bug in the stat() function in
  35. the normal Borland compiler).  This does have the advantage of giving you a
  36. smaller code size than the 4.52 compiler.  Borland C++ 5.01 has resolved many
  37. of the problems seen with 5.0 and can be used reliably.
  38. The Microsoft C port has not been tested as completely as the Borland port.
  39. I have been singularly unsuccessful in getting this to compile and run under
  40. MSVC 1.52c.