Automation in a DLL
| Overview | How Do I | FAQ | Details | Sample
When you choose the Automation option in AppWizard, the wizard provides you with the following:
A starter object description language (.ODL) file.
An include directive in the STDAFX.H file for AFXOLE.H.
An implementation of the DllGetClassObject function, which calls the AfxDllGetClassObject function.
An implementation of the DllCanUnloadNow function, which calls the AfxDllCanUnloadNow function.
An implementation of the DllRegisterServer function, which calls the function.