home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / opendc12.zip / od124os2.exe / od12osp1.exe / src / clock / iodclock.txt < prev    next >
Text File  |  1997-04-02  |  893b  |  39 lines

  1. Description:
  2.  
  3.     The Clock part is a sample part which demonstrates imaging and
  4.     invalidation.  It is available on the Windows 95/NT and OS/2 platforms.
  5.  
  6. Files:
  7.  
  8.     iodclock.txt    --  This file.
  9.     iodclock.idl    --  SOM idl definitions for SOM class Clock and
  10.                         meta class M_Clock.
  11.     iodclock.cpp    --  Class member functions + global objects
  12.     iodclock.def    --  Library definitions
  13.     makefile        --  NMAKE file (To build part run: nmake)
  14.  
  15.  
  16. How to Build:
  17.  
  18.     To build this part you will need the OpenDoc Release 1.1 toolkit.
  19.  
  20.     From the clock source directory run
  21.  
  22.     nmake
  23.  
  24.     To register the part with OpenDoc, run
  25.  
  26.     nmake ForceRegistry
  27.  
  28. Usage:
  29.  
  30.     To run the Clock, issue the command:
  31.  
  32.     docshell -k Clock
  33.  
  34. Design Notes:
  35.  
  36. Known Restrictions:
  37.  
  38.     The Clock Part supports only the Frame viewtype.
  39.