CompuServe Archive

This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.

Search Results (1 messages)

DLL ExitInstance() Message #30301
I have a DLL written using MFC 2.0 on WIndows NT. When the client app attaches to the DLL, the DLL's CWinDLL::InitInstance() method gets called, and all is well with the world. However, when the application is closed, any code I have in the CWinDLL destructor is run, but any…