home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / com / oleaut / dispdemo / readme.txt < prev    next >
Text File  |  1996-01-17  |  519b  |  13 lines

  1. OLE Automation Sample
  2.  
  3.  
  4. The DispDemo sample is an OLE Automation controller. DispDemo drives the 
  5. two polygon servers which are also provided as samples.
  6.  
  7. The interesting part of DispDemo is in the remote polygon class. The remote 
  8. polygon class was constructed so that the IDispatch members could be 
  9. accessed conveniently from C++. The remote polygon class does this by 
  10. transforming the C++ calls into IDispatch calls. The code that calls these 
  11. routines has no idea that it is going through IDispatch.
  12.  
  13.