02-05-2007, 06:34 PM
You can see this code in function IntGetFile:
if(!http.GetUrl(url s flags inetflags dlg fa fparam)) end ES_FAILED
It throws error if Http.GetUrl fails. Http.GetUrl can fail for many reasons. Usually it also outputs more info about the error.
if(!http.GetUrl(url s flags inetflags dlg fa fparam)) end ES_FAILED
It throws error if Http.GetUrl fails. Http.GetUrl can fail for many reasons. Usually it also outputs more info about the error.