Hiya!

I have created a MFC extension dll and in that dll I would like to have a class that I would like to export to my main program.
Can I just send in an reference and assign it to my class in the dll and then use it in my main program, of course delete it as well in the main program.

How do I load my dll in the main program?

TIA
Magnus