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

  1. Contents of the "windll" subdirectory for UnZip 5.32 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.   borland\dll\   directory with DLL makefiles for Borland C++
  22.   borland\lib\   directory with LIB makefiles for Borland C++
  23.  
  24.   visualc\dll\   directory with DLL project and makefile for Visual C++ 5.0
  25.   visualc\lib\   directory with LIB project and makefile for Visual C++ 5.0
  26.  
  27.   vb\            example files for using the Visual C++ DLL with Visual Basic
  28.  
  29.  
  30. Note that Borland C++ 5.0 is full of bugs; version 4.5 or 5.01 is recommended
  31. instead.  If you must use Borland C++ 5.0, using the Intel optimizing compiler
  32. is required to avoid crashes (possibly due to a bug in the stat() function in
  33. the normal Borland compiler).  This does have the advantage of giving you a
  34. smaller code size than the 4.52 compiler.  Borland C++ 5.01 has resolved many
  35. of the problems seen with 5.0 and can be used reliably.
  36.  
  37. The Microsoft C port has not been tested as completely as the Borland port.
  38. I have been singularly unsuccessful in getting this to compile and run under
  39. MSVC 1.52c.
  40.