home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / opendc12.zip / od124os2.exe / od12osp1.exe / src / linkcntr / iodlinkc.txt < prev    next >
Text File  |  1997-04-02  |  1KB  |  45 lines

  1. Description:
  2.  
  3.     The LinkContainer part is a sample part which demonstrates linking across
  4.     OpenDoc parts and documents.  It is available on the Windows 95/NT, OS/2,
  5.     and AIX platforms.
  6.  
  7. Files:
  8.  
  9.     iodlinkc.txt    --  This file.
  10.     iodlinkc.idl    --  SOM idl definitions for SOM class LinkContainer and
  11.                         meta class M_LinkContainer.
  12.     iodlinkc.cpp    --  Class member functions + global objects
  13.     iodlinkc.def    --  Library definitions
  14.     makefile        --  NMAKE file (To build part run: nmake)
  15.  
  16.  
  17. How to Build:
  18.  
  19.     To build this part you will need the OpenDoc Release 1.1 toolkit.
  20.  
  21.     From the linkcntr source directory run
  22.  
  23.     nmake
  24.  
  25.     To register the part with OpenDoc, run
  26.  
  27.     nmake ForceRegistry
  28.  
  29. Usage:
  30.  
  31.     To run the LinkContainer, issue the command:
  32.  
  33.     docshell -k LinkContainer
  34.  
  35.     Other parts can now be embedded in the LinkContainer.  When you copy a part
  36.     to the clipboard and then select Paste As, the copied part becomes a link
  37.     source, and the pasted part becomes a link destination.  Any changes in
  38.     the link source should be reflected in the link destination.
  39.  
  40. Design Notes:
  41.  
  42. Known Restrictions:
  43.  
  44.  
  45.