Thema: Delphi Downloaden geht nicht

Einzelnen Beitrag anzeigen

Benutzerbild von Die Muhkuh
Die Muhkuh

Registriert seit: 21. Aug 2003
7.332 Beiträge
 
Delphi 2009 Professional
 
#3

Re: Downloaden geht nicht

  Alt 18. Apr 2004, 15:54
OK ich hab den Fehler schon gefunden.

Und zwar:

Delphi-Quellcode:
cDownStatus := cDownloadStatusCallBack.Create;
  URLDownloadToFIle(nil,'http://www.mani007.de/Download/CBE_SETUP.exe','C:\Test.exe',0,CDownStatus);
^^ So funktionierts

so hatte ich es:

Delphi-Quellcode:
cDownStatus := cDownloadStatusCallBack.Create;
  URLDownloadToFIle(nil,'http://www.mani007.de/Download/CBE_SETUP.exe',Pchar(AppPath + '\Update\Setup.exe',0,CDownStatus);
^^ So geht nicht.
  Mit Zitat antworten Zitat