SWilliams15
Programmer
I have a simple regular shared MFC DLL that I'm trying to compile and call routines from another language. The problem I'm having is that I can't get the dll to compile without mangling the names of the the exported class and class methods. I can compile a regular DLL (no mfc) without name mangling, but not using the same technique in a regular dll using MFC.
Does someone know how to eliminate name mangling in exported class and class methods in a shared MFC DLL?
Thanks,
Sean.
Does someone know how to eliminate name mangling in exported class and class methods in a shared MFC DLL?
Thanks,
Sean.