Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Apr : Re: TIdFTP.List throwing access violations
| Subject: | Re: TIdFTP.List throwing access violations |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Fri, 13 Apr 2007 10:39:32 |
"Richard Stephens" <rick@almsysinc.com> wrote in message
news:461fba8a$1@newsgroups.borland.com...
> I had revamped the Indy 9 demo to use as my FTP program and
> I had updated it to Indy 10. It had been working great until I
> recompiled it recently. Now, any time that I try to execute
> IdFTP1.List, it throws an access violation to address '00000000'.
Then a nil pointer is being accessed somewhere. Please show your
actual code.
Gambit