I can sucessfully expose functions of a DLL to COM, but in a specific application, it is expecting a decorated name
How I can expose a decorated name? I currently have...
Code:
?EuroScopePlugInInit@@YAXPAPAVCPlugIn@EuroScopePlugIn@@@Z
Code:
void EuroScopePlugInInit(out IntPtr Plugin);