Page 2 of 2
Re: Canceling Downloads
Posted: Sat Nov 03, 2018 8:27 pm
by umpani
Hi,
I think, it's a misunderstanding.
You've been talking about HTTP Errors. I was talking about a delphi exception, wich is raised, when downloading a non existing file.
error.png
Re: Canceling Downloads
Posted: Sat Nov 03, 2018 9:48 pm
by salvadordf
I tried the MiniBrowser with the code you mentioned before to download test.jpg and I don't get that exception.
Please, check that you use the right CEF3 binaries and you copied the contents of the "RELEASE" and the "RESOURCES" directories. If you copy the contents of the "debug" directory you may get unexpected errors.
The C000001D error code means "illegal instruction" and according to some web pages it could be tough to fix.
What Delphi version are you using?
32bit or 64bit application?
Re: Canceling Downloads
Posted: Mon Nov 05, 2018 5:47 am
by umpani
salvadordf wrote: Sat Nov 03, 2018 9:48 pm
Please, check that you use the right CEF3 binaries and you copied the contents of the "
RELEASE" and the "
RESOURCES" directories. If you copy the contents of the "debug" directory you may get unexpected errors.
This seems to be the key.
Thank you very much.