MaggotMouth
Programmer
Hi.
I've been screwing around with indy components a while, but could never get them to work out fantasticly. I recently got Indy 10 and now I'm TOTALLY lost.
The IRC Client component has me totally totally totally confused. I fill in all the fields as necessary, nick, altnick, host, port, etc (running on localhost irc server)
When I do
it fizzles and dies with a lovely EAccessViolation error.
"Access violation at address xxxxxx"
and it returns me to the line in the IdReply unit that says
Please, can anyone shed some light on my ubern00bness? I'm sure its probably something stupid, like me.
Thanks
MM
I've been screwing around with indy components a while, but could never get them to work out fantasticly. I recently got Indy 10 and now I'm TOTALLY lost.
The IRC Client component has me totally totally totally confused. I fill in all the fields as necessary, nick, altnick, host, port, etc (running on localhost irc server)
When I do
Code:
ircClientThingy.Connect
"Access violation at address xxxxxx"
and it returns me to the line in the IdReply unit that says
Code:
FReplyTexts.UpdateText(Self);
Please, can anyone shed some light on my ubern00bness? I'm sure its probably something stupid, like me.
Thanks
MM