You can derive classes from the existing MFC classes and place them in an MFC extension DLL for use by MFC applications. An application can own things such as a stack, global memory, file handles, and a message queue, but a DLL cannot. These instructions, also available on the Microsoft site, show how to create ..
Read more