Delphi-PRAXiS
Seite 2 von 2     12   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Object-Pascal / Delphi-Language (https://www.delphipraxis.net/32-object-pascal-delphi-language/)
-   -   Delphi Threads (https://www.delphipraxis.net/127390-threads.html)

SirThornberry 13. Jan 2009 15:54

Re: Threads
 
und an welcher Stelle gibt es genannten Fehler?

badenixe63 13. Jan 2009 16:04

Re: Threads
 
Delphi-Quellcode:
procedure TRequestThread.Execute;
var
  f:TextFile;
begin
  AssignFile(f, 'bla.txt');
  Rewrite(f);
  write(f,myHTTP.Get(myUrl)); //hier
  CloseFile(f);
end;
ok, das Problem scheint komischerweise etwas mit google zu tun zu haben. Ich hab mal ein paar andere Webseiten ausprobiert und da tritt kein Fehler auf.


Alle Zeitangaben in WEZ +1. Es ist jetzt 09:44 Uhr.
Seite 2 von 2     12   

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz