Re: [twsocket] TDNSQuery problem...

2006-01-06 Thread Fastream Technologies
Hello, Did you try this: TDNSQuery(sender).Release; ? Regards, SZ - Original Message - From: Ja [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Friday, January 06, 2006 1:17 PM Subject: [twsocket] TDNSQuery problem... Hi. I'm trying to make application that

Re: [twsocket] TDNSQuery problem...

2006-01-06 Thread Guillaume MAISON
Ja a écrit : But when im putting in RequestDone: TDNSQuery(sender).Destroy; access violation occures. Why is that? instead try : TDNSQuery(sender).Free; But if i were you i would do it elsewhere... Even in requestdone events or within any component event you shouldn't try to destroy it as it