home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / unzip540.zip / windll / Contents next >
Text File  |  1998-11-17  |  2KB  |  48 lines

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