mIRC Home    About    Download    Register    News    Help

Print Thread
#48020 08/09/03 01:21 PM
Joined: Sep 2003
Posts: 1
P
prepaq Offline OP
Mostly harmless
OP Offline
Mostly harmless
P
Joined: Sep 2003
Posts: 1
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
Joined: Dec 2002
Posts: 2,809
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 2,809
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