home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / unzip531.zip / windll / Contents next >
Text File  |  1997-05-25  |  2KB  |  36 lines

  1. Contents of the "windll" sub-archive for UnZip 5.3 and later:
  2.  
  3.   Contents       this file
  4.   windll16.def   definition file for 16-bit UnZip DLL
  5.   windll16.bcc   Borland makefile for 16-bit UnZip DLL
  6.   windll32.def   definition file for 32-bit UnZip DLL
  7.   windll32.bcc   Borland makefile for 32-bit UnZip DLL
  8.   windll32.msc   Visual C++ 4.2 makefile for 32-bit UnZip DLL
  9.   windll32.dsp   Visual C++ 5.0 "build file" for 32-bit UnZip DLL
  10.   dllsetup.c     pre/post-processing code for unzipping
  11.   windll.c       contains the entry point for the DLL, "fake" printing,
  12.                  sound, rename, replace and password functions
  13.   windll.h       header file for both 16- and 32-bit DLLs
  14.   zipver.h       versioning information for resource file, and also
  15.                  used by WiZ application itself
  16.   windll.rc      resource file for both 16- and 32-bit DLLs
  17.   windll.doc     simplistic explaination of how to use DLL
  18.   structs.h      header file, used by both the DLL and by WiZ, that defines
  19.                  several structures passed to the DLL
  20.   example.c      a very simplistic example of how to load the DLL and make
  21.                  a call into it
  22.   example.h      header file for example.c
  23.  
  24. The Microsoft C port has not been tested as completely as the Borland port.
  25. Note that Borland C++ 5.0 is full of bugs; version 4.5 or 5.01 is recommended
  26. instead.  If you must use Borland C++ 5.0, using the Intel optimizing compiler
  27. is required to avoid crashes (possibly due to a bug in the stat() function in
  28. the normal Borland compiler).  This does have the advantage of giving you a
  29. smaller code size than the 4.52 compiler.
  30.  
  31. Borland C++ 5.01 has resolved many of the problems seen with 5.0 and can now
  32. reliably be used.
  33.  
  34. Note that I have been singularly unsuccessful in getting this to compile and
  35. run under MSVC 1.52c.
  36.