
Calling MFC DLLs from non-MFC programs
I'm having trouble calling an MFC DLL from a non-MFC program. The DLL
is a regular DLL, not an extension DLL. If I call it from an AppWizard
program, it works fine; but if I call it from a console-mode program, or
from a program compiled with Borland, I get an assertion failure from
somewhere deep in the MFC code.
Has anyone else had this trouble? Anyone have a solution?
Also, has anyone successfully called an MFC DLL from a non-MFC program?
Thanks.
-PD