README.TXT
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

Visual C++

  1. To build a version of Component Cosmo that uses POLY24.DLL, copy
  2. the sources from CHAP13COCOSMO and modify the function
  3. CCosmoDoc::FInit in DOCUMENT.CPP to use CLSID_Polyline24 instead
  4. of CLSID_Polyline10 in the CoCreateInstance call:
  5. Nothing else in CoCosmo needs to change to use the revised Polyline.
  6. Note that CoCosmo still uses the IPolyline10 interface on the Polyline
  7. object.  For all intents and purposes, nothing should change at all
  8. in the execution of CoCosmo, demonstrating how interfaces do not
  9. interfere with each other:  CoCosmo ignores the compound document
  10. interfaces.
  11. Just note how all the in-place activation and OLE Control support
  12. in Polyline does not preclude Component Cosmo from using like a
  13. non-compound document embedded object or a non-control object!