Discussion:
HttpOpenRequest failed
(too old to reply)
zhanglr
2006-08-11 14:04:02 UTC
Permalink
Hi,

My application works OK under IE6.

But after I updated Internet Explorer to version 7 (7.0.5450.4IC) :
If I build a debug version, it still works OK.
But if I build a release version, HttpOpenRequest will fail. (GetLastError()
== 0x57 -- The parameter is incorrect. )

Anybody know how to solve this problem. Or how can I ask my application to
load the old version wininet.dll (I will copy the old version dll to the
install folder )?

Thanks.

Best Regards,
Michael, zhang
zhanglr
2006-08-21 15:11:01 UTC
Permalink
Hi,

I have solved it. I filled a wrong parameter.

Yours,
Michael zhang
Post by zhanglr
Hi,
My application works OK under IE6.
If I build a debug version, it still works OK.
But if I build a release version, HttpOpenRequest will fail. (GetLastError()
== 0x57 -- The parameter is incorrect. )
Anybody know how to solve this problem. Or how can I ask my application to
load the old version wininet.dll (I will copy the old version dll to the
install folder )?
Thanks.
Best Regards,
Michael, zhang
Loading...