Hi,

Has anyone succesfully made a (C++) DLL that calls functionality from a C# assembly, to be used in mIRC?

I've made a C# assembly, a Managed C++ part to call the functions I need (that compiles to a .lib) and a regular C++ part which uses that LIB file again.

It compiles, but mIRC crashes if I actually try to call into the MC++ part from the exported DLL function frown