Einzelnen Beitrag anzeigen

Horst0815

Registriert seit: 23. Mai 2011
Ort: Görlitz
150 Beiträge
 
Delphi XE Starter
 
#5

AW: Programm funktioniert nicht mehr ???

  Alt 6. Mai 2012, 19:06
Ersetze die URLs

Delphi-Quellcode:
status := URLDownloadToFIle(nil,'http://claasfansblog.gaming-society.net/premaider/Premaidercraft%20v3.0.zip',
     PChar(Datei),0,CDownStatus);
    cDownStatus.Free;

   Datei := IncludeTrailingPathDelimiter(Pfad) + 'Mc-Patcher.exe';
  cDownStatus := cDownloadStatusCallBack.Create;

   status := URLDownloadToFIle(nil,'https://github.com/downloads/pclewis/mcpatcher/mcpatcher-2.3.6_03.exe',
     PChar(Datei),0,CDownStatus);
    cDownStatus.Free;
URLDownloadToFIle läd dir nur die Website wenn du nix anderes angibst

Geändert von Horst0815 ( 6. Mai 2012 um 19:09 Uhr)
  Mit Zitat antworten Zitat