OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
Creating an OLE server with OWL

Follow these steps to turn an application into an OLE server using OWL:

  1. Including OWL header files.
  2. Creating an application dictionary.
  3. Creating registration tables.
  4. Creating a document list.
  5. Creating a registrar object.
  6. Creating helper objects for a document.
  7. Deriving the application class from TOCModule.
  8. Compiling and linking the application.

Code excerpts used in the above topics are from the OWLOCF2.CPP sample in the EXAMPLES/OWL/TUTORIAL/OLE directory. OWLOCF2 converts the OWLOCF1 sample from a container to a server.