I wrote a DLL for mirc followed the tutorials and such, my code runs but immediately after running, it causes mirc to crash. Coded in Delphi, any help appreciated! (read the help file and read a few tutorials, nothin useful)
I'm afraid you're going to have to be a lot more specific. Debugging someone else's code in mIRC is hard enough, but debugging someone else's DLLs is extremely hard. Did you try debugging the code? Trace exactly what happens from the moment it's called to the moment it crashes. You should be able to find some problem then.
I could give you about 5 million different reasons why it would crash. You'll have to be more specific. What does the dll do? Where is it crashing? What is the error it crashes with? What is the code it is executing? etc.