Hi Pfoto,
dein Tipp
Delphi-Quellcode:
TMyThread = class(TThread)
private
fIdHTTP: IdHTTP; <-- So!
public
procedure execute; override;
end;
funktioniert nicht. Müsste es nach
OOP nicht fIdHTTP : TIdHTTP heissen?
Egal, funktioniert auch nicht, da nach Aufruf in der execute eine Acess-violation in Modul irgendwas auftaucht.
Gruß, Andreas