-
Help Needed in DLL's
Hi all
I want to create a Dll file which exports the classes and functions from it
how to acheive it ?
And How to create a Exe file which makes use of the Dll file's, funtions and the classes in its fuctions.
What are the ways to import the DLL in to my exe files?
Advance Thanx
Plz help me
Regards
Cyberone
-
Hi,
Have you looked at Creating an MFC DLL Project and the MFC DLL Wizard. The MFC DLL Wizard creates a skeleton which demonstrates exporting a class.
Code Guru has two articles on the subject. You might look here and here.
Jeff