Newsgroups : Microsoft : microsoft.public.inetsdk.programming.wininet : 2006 Nov : Did IE7 make a change in the wininet.lib ?

www.cryer.info
Managed Newsgroup Archive

Did IE7 make a change in the wininet.lib ?

Subject:Did IE7 make a change in the wininet.lib ?
Posted by:"SergioDCaplan@gmail.com" (sergiodcapl..@gmail.com)
Date:29 Nov 2006 06:59:33

So I have this little app that checks something on my server every few
minutes.  It's nothing more than me calling my own Perl script and
getting back either a 1 or a 0.

I always make sure I call the session with this:


hURL = O113_IOU(hInternetSession, script, "", 0, 0,
INTERNET_FLAG_NO_CACHE_WRITE|INTERNET_FLAG_RELOAD);


I do this to make sure I always get FRESH data.

This has always worked.  All of a sudden last week, no more.  Unless I
stop and restart the program, I don't get fresh data.

The ONLY thing that changed was that I did download and install IE7
(used to be 6).

Anyone know if this could be my problem?

Thanks ahead,


Sergio

Replies:

www.cryer.info
Managed Newsgroup Archive