DLL Frequently Asked Questions
The latest version of this topic can be found at MFC DLL Frequently Asked Questions.
Following are some frequently asked questions (FAQ) about DLLs.
Can a multithreaded application access an MFC DLL in different threads?
Are there any MFC classes or functions that cannot be used in an MFC DLL?
There's a memory leak in my regular DLL, but my code looks fine. How can I find the memory leak?