How To Create ATL COM Wrapper for ATL COM Component to Be Used With ASP (243667)
The information in this article applies to:
- Microsoft Active Server Pages, when used with:
- Microsoft Internet Information Server 4.0
- Microsoft Visual C++, 32-bit Enterprise Edition 6.0
- Microsoft Visual C++, 32-bit Professional Edition 6.0
- Microsoft Visual C++, 32-bit Learning Edition 6.0
This article was previously published under Q243667 SUMMARY
This article describes how to create an Active Template Library (ATL) Component Object Model (COM) wrapper component (client) for an existing ATL COM component that can be used with Active Server Pages (ASP).
To automate the ATL component you can use the #import directive. When the compiler encounters the #import directive, it produces wrapper classes for each interface described in the referenced component's type library.
Modification Type: | Minor | Last Reviewed: | 7/15/2004 |
---|
Keywords: | kbCodeSnippet kbhowto KB243667 |
---|
|