The Wayback Machine - https://web.archive.org/web/20170527223537/https://msdn.microsoft.com/en-us/library/efshcbz3.aspx
Automation in a DLL

Automation in a DLL

 

For the latest documentation on Visual Studio 2017, see Visual Studio 2017 Documentation.

For the latest documentation on Visual Studio 2017, see Automation in a DLL on docs.microsoft.com. When you choose the Automation option in the MFC DLL Wizard, 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 COleObjectFactory::UpdateRegistryAll function

DLLs in Visual C++

Show:
© 2017 Microsoft
Morty Proxy This is a proxified and sanitized view of the page, visit original site.