Discussion:
InternetSetCookie fails under IE7
(too old to reply)
Evgeny
2007-10-28 08:16:00 UTC
Permalink
Hi,
I have a code that works fine when IE6 was installed. The code performs some
web transaction using wininet sdk. After upgrading to IE7 the code stopped
working.
Could you tell me what can be possible reasons for that and how this can be
fixed?
Thank you, Evgeny
Vladimir Scherbina
2007-10-28 14:59:52 UTC
Permalink
What are the details of a failure? Any source code? Any errors?
--
--Vladimir
Post by Evgeny
Hi,
I have a code that works fine when IE6 was installed. The code performs some
web transaction using wininet sdk. After upgrading to IE7 the code stopped
working.
Could you tell me what can be possible reasons for that and how this can be
fixed?
Thank you, Evgeny
Kellie Fitton
2007-10-29 08:30:00 UTC
Permalink
Post by Evgeny
Hi,
I have a code that works fine when IE6 was installed. The code performs some
web transaction using wininet sdk. After upgrading to IE7 the code stopped
working.
Could you tell me what can be possible reasons for that and how this can be
fixed?
Thank you, Evgeny
Hi,

You should use the following APIs when appropriate and check
to see why the function call had failed, simply by checking the
returned error code and respond accordingly:

GetLastError()

FormatMessage()

http://msdn2.microsoft.com/en-us/library/ms679360.aspx

http://msdn2.microsoft.com/en-us/library/ms679351.aspx

Kellie.

Loading...