Hi.
Doe anyone have experienced this erro?
It just says Thread creation error:
with NOTHING shown after the 2 dots.
Mayvbe is a ghost error?
Thi is my code
if lastError=0 then begin
prognum:=prognum+1;
try
TTCPEchoThrd.create(ClientSock,prognum);
except
on E:SysUtils.Exception do begin
showmessage('prognum ='+inttostr(prognum)+' '+E.message);
end;
end;