Registriert seit: 23. Mai 2011
Ort: Görlitz
150 Beiträge
Delphi XE Starter
|
AW: Programm funktioniert nicht mehr ???
6. Mai 2012, 20: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 20:09 Uhr)
|
|
Zitat
|