Import a clas into a dll

I have created a DLL which is a static DLL in MFC.
I want to use a class which is defined in another program(not in my DLL).
How can I import that class into my DLL?
Topic archived. No new replies allowed.