mIRC Home    About    Download    Register    News    Help

Print Thread
#48020 08/09/03 01:21 PM
P
prepaq
prepaq
P
Hey,
does anyone have a tutorial on writing and using a DLL writtein in C# to work with mIRC?
I heard it can't be done???
Or a C# tutorial on COM objects then?


tia

#48021 08/09/03 04:14 PM
C
codemastr
codemastr
C
C# does not produce native code, it produces CRL bytecode. That byte code is not compatible with a natively compiled program, i.e. mIRC. As for writing COM objects, COM is an ugly and complex programming technique. I doubt you'll find a decent tutorial, buy some books instead.


Link Copied to Clipboard