jnz Messages: 3396 Registered: July 2006 Location: 30th century
Karma:
General (3 Stars)
dead6re wrote on Tue, 16 January 2007 09:21
I feel .NET code bloats the class/application.
Does it really need to include .NET? I have a very simple class that I use for IRC connections that also allows me to hook specific messages into my own functions, for example
IRC.Hook("MODE", IRC_ModeHandler);
portibility of .NET isn't great . It is possible with this class to hook functions as well although you gotter reference it and code the bit that hooks manualy.