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.
| 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.