Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
| Overview | How Do I | FAQ | Details | Sample
To avoid linking to the MFC DLL
Use the Settings command from the Project menu to edit the settings for your project. On the General tab, select the Don't Use MFC option in the Microsoft Foundation Classes drop-down box.
Follow the comments generated by the ISAPI Extension Wizard in your ISAPI PROJECT.CPP file. Generate your own AfxGetResourceHandle() function and your own special DllMain() by uncommenting the lines in the file.
Don’t include headers for MFC classes other than AFXISAPI.H.