ActiveX DLL Creation Summary

In order to introduce new concepts in the most natural order, the procedures in this chapter have not followed the normal sequence of steps for creating an in-process component. When you create a new ActiveX DLL, the steps you’ll generally follow are these:

Note   This topic is part of a series that walks you through creating a sample ActiveX DLL. It begins with the topic Creating an ActiveX DLL.

For More Information   General design issues for ActiveX components are discussed in "General Principles of Component Design" and "Debugging, Testing, and Deploying Components." Issues exclusive to DLLs, including testing, packaging, and deployment, are discussed in "Building Code Components." The step-by-step procedures in "Creating an ActiveX Exe Component" demonstrate other component features, including events, call-backs, unattended operation, and multithreading.