home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / os2 / blackhol / read.me < prev   
Encoding:
Text File  |  1992-12-01  |  1.5 KB  |  38 lines

  1. This is the source and the DLL for a Workplace object class called "Black Hole"
  2. which simply deletes any workplace object dropped on it (even those objects
  3. the Shredder cannot delete; e.g. templates in the templates folder).  Because
  4. of its destructive nature, delete confirmation is always turned on.
  5.  
  6. This package contains:
  7.  
  8.     read.me         this file
  9.     Blakhole.csc    SOM class definition file
  10.     Blakhole.c      methods source file
  11.     Blakhole.rc     resource file
  12.     Blakhole.rh     resource include file
  13.     Blakhole.ico    default icon
  14.     Blakhole.mak    makefile
  15.     Blakhole.dll    class DLL
  16.     install.cmd     class registration and object creation in REXX
  17.  
  18. To install,
  19.  
  20.     1) "cd" to a directory containing both "install.cmd" and "Blakhole.dll";
  21.  
  22.     2) type "install".  This does the following:
  23.  
  24.         1) copy "Blakhole.dll" to "C:\os2\dll" directory;
  25.         2) register a Workplace object class named "Blakhole";
  26.         3) create an object of class "Blakhole" named "Black Hole" on the desktop.
  27.  
  28. To recomplie, you need IBM C Set/2 and Toolkit.  Type "nmake -f Blakhole.mak"
  29. in the directory containing all the files listed above.
  30.  
  31.  
  32.                                                     Makoto Nagata
  33.  
  34.                                                     555 California Street #5887
  35.                                                     San Francisco, CA 94104
  36.  
  37.                                                     (415)622-0389 (work)
  38.