OLE Background: Implementation Strategies

HomeOverviewHow Do ISampleTutorial

Depending on your application, there are four possible implementation strategies for adding OLE support:

Once you have decided on a strategy, you should either read the Containers or Servers family of articles (depending on the type of application you are writing), or examine the sample programs, or both. The MFC OLE samples OCLIENT and HIERSVR show how to implement the various aspects of containers and servers, respectively. At various points throughout these articles, you will be referred to certain functions in these samples as examples of the techniques being discussed.

See Also   Containers: Implementing a Container, Servers: Implementing a Server, The MFC AppWizard (EXE version): Step-by-Step