|
Exposing OLE Automation Objects
Exposing objects makes them available for programmatic use by other
applications and programming tools. To expose objects, you need to implement the objects
using OLE Automation; create a type library that describes the exposed objects;
and register the objects with the system.
This chapter discusses how you should design an application that exposes
objects, then uses the Hello and Lines samples from the OLE 2 Software Development
Kit (SDK) to demonstrate how to implement the design. Throughout the chapter,
the filename for the example precedes the example in parentheses.
Related LinksSoftware for Delphi and C++ Builder developers Software for Visual Studio .NET developers Software for Visual Basic 6 developers Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps Win32 Programmer's Reference (win32.hlp) Win32 Multimedia Programmer's Reference (mmedia.hlp) Microsoft Windows Pen API Programmer's Reference (penapi.hlp) Microsoft Windows Sockets 2 Reference (sock2.hlp) Microsoft Windows Telephony API (TAPI) Programmer's Reference (sock2.hlp) Unix Manual Pages
|