Registriert seit: 27. Apr 2005
Ort: Görlitz
1.358 Beiträge
Delphi XE2 Professional
|
Re: strings to stream dann via indy 10 verschicken
9. Aug 2006, 14:58
Delphi-Quellcode:
try
fsin. Read(a_s_in,sizeof(a_s_in));
FreeAndNil(fsIN); //blos da is iwie ein fehler :)
except
exit;
end;
IdTCPClient1.Connect;
IdTCPClient1.IOHandler. Write(fsin); // hier is der fehler: Access violation at address 00461AD2 in module "Project1.exe" read od address 00000000
end;
Benjamin Schwarze If I have seen further it is by standing on the shoulders of Giants. (Isaac Newton)
|