I want to keep my application purely MFC but I do need to call DLL that contains both manages types and C code (written 15 years back).
What is the required project template for such DLL project? Further, the interface has to be native C code but the DLL contains the use of managed types mostly ADO.
Kaleem Khan.
|