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.
Following are some frequently asked questions (FAQ) about DLLs.
How do I convert my USRDLL to a regular DLL that uses the MFC shared library?
How do I share data in my DLL with an application or with other 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?
How do I create a modal dialog box from within a regular DLL?