Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The code that the MFC DLL Wizard generates depends on the kind of DLL you are creating and the options you have selected. The MFC DLL Wizard generates the same code for both forms of regular DLLs.
Kind of DLL |
Option |
Classes |
Functions |
---|---|---|---|
None |
None |
DllMain |
|
None |
Application class derived from CWinApp |
None |
|
Automation |
Application class derived from CWinApp |
DllGetClassObjectDllCanUnloadNowDllRegisterServer |
|
Window Sockets |
None |
DllMain |
|
Window Sockets |
Application class derived from CWinApp |
InitInstance contains call to AfxSocketInit |