home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / opendc12.zip / od124os2.exe / od12osp1.exe / src / shpin / readme < prev   
Text File  |  1997-04-02  |  1KB  |  24 lines

  1. This is a sample shell plugin that installs a dispatch module to log
  2. incoming events from the window system and mark the document dirty
  3. when the document window is moved. The event is logged in the message
  4. logging utility provided by OpenDoc. This shell plugin sample is written 
  5. for Windows and OS/2 platforms only. The sample contains the following 
  6. files:
  7.  
  8.   ioddspm.h - includes the mapping of the message id to descriptive
  9.               message text to be logged
  10.   ioddspm.idl - idl description for sample dispatch monitor
  11.   ioddspm.cpp - source code for the sample dispatch monitor to log
  12.                 incoming events and mark the document dirty when 
  13.                 moving the document window
  14.   iodshpin.cpp - source code containing the entry point for shell
  15.                  plugin
  16.  
  17. To build the sample shell plugin library, simply run 'buildme' to execute 
  18. the command file located in this directory. The buildme file does the 
  19. following:
  20.  
  21. - run the SampEnv command file if it is not already run
  22. - build the sample shell plugin library
  23. - set ODSHELLPLUGINS environment variable for Windows platform
  24.