4

Is there a way? I've noticed COM objects are there but someone said they only work with C/C++...

And even then, I'm not exactly sure what they are. I want to build a script for mIRC but I hate using MSL. Thank you. :)

Xenoprimate
  • 7,691
  • 15
  • 58
  • 95

1 Answers1

2

I did this many many years back.

The trick was to create a mixed-mode assembly/dll, and provide the necessary exports. The exported function would then call into .NET code for you to handle the request from mirc.

I will try see if I have the code still lying around (we are talking about 8 years back now).

leppie
  • 115,091
  • 17
  • 196
  • 297