Paul
"Jason" <thepcg...@yahoo.com> wrote in message
news:558777d7.04022...@posting.google.com...
Erin.
"Paul Baker [MVP, Windows - SDK]" <pa...@online.rochester.rr.com> wrote in
message news:ua8XUmk%23DHA...@TK2MSFTNGP10.phx.gbl...
thanks
Matt Fletcher
"EMonaco" <erinm...@nospam.net> wrote in message
news:uSQQrpy#DHA....@TK2MSFTNGP11.phx.gbl...
Note I said- "you need to get the Internet SDK" not the platform SDK
Erin.
"Matt Fletcher" <mng...@securitypost.net> wrote in message
news:c1ht2q$m7p$1...@newsg3.svr.pol.co.uk...
thanks
Matt Fletcher
"EMonaco" <erinm...@nospam.net> wrote in message
news:uC##uz9#DHA....@TK2MSFTNGP12.phx.gbl...
What you did is install the Internt Development component of the Platform
SDK.
I think that WinInet-related files used to be part of the ActiveX SDK that
was later renamed the Internet Client SDK (not Internet SDK). Those were
separate SDKs. But I think it has since been integrated with the Platform
SDK.
KB article 182894 says "DbgWinInet.txt is in the Platform SDK and can be
found with the debug version of Wininet.dll in the /Mssdk/Bin/Debug/Wininet
directory", but I don't know what component you must install to get this
directory and this article is relatively old (Last Reviewed 5/17/2002).
So, Erin, would you care to be more specific if you know where this thing
is, because we don't!
Paul
"Matt Fletcher" <mng...@securitypost.net> wrote in message
news:c1kdql$3qe$1...@news7.svr.pol.co.uk...
Sorry, them being in the "Internet SDK" is what I understood as well.
Can't recall if I've ever actually downloaded one for the debug wininet.dll.
The last 3 debug DLLs I have, have been provided by MS Developer Support to
help troubleshoot code problems and bugs.
I am currently working with the WinINet/ISAPI group on the 3rd case of 3
steming from Q832894. I'll email the tech asking for "precise" information
(perhaps a link) and post it here for all. I do know these things REALLY
come in handy.
Erin.
"Paul Baker [MVP, Windows - SDK]" <pa...@online.rochester.rr.com> wrote in
message news:%235au6EH$DHA....@tk2msftngp13.phx.gbl...
<><><>
This information is publicly available here (unfortunately not easy to
find):
ftp://ftp.microsoft.com/PSS/Tools/Developer%20Support%20Tools/WinInet/
Thanks
<><><>
Erin.
"EMonaco" <erinm...@nospam.net> wrote in message
news:Oi26CeX$DHA....@TK2MSFTNGP12.phx.gbl...
I was looking for them dll's for a long time. Now my problem is
that the original wininet.dll is being restored by somekind of a
system service, thus overriding the debug one I am copying in the
system32 folder . I have Win2k server, all service packs, IE 6.0.
Anyone else having the same problem?
Any solution?
Thanks,
Jabba
Thats because of Windows File Protection (WFP). I'm not sure if there's an
easy way to cope with that on W2K. On XP I get around the issue by putting
the wininet.dll in the same folder as the app and create the .local file to
have XP use the local copy of wininet rather than the system32 one. The
beauty of this is I have set my environment up so that wininet debug logging
is always on. But of course only the debug version of wininet logs so this
works to my advantage, and I don't have to worry about other apps like IE
creating large log files when I only need logging for certain apps anyway.
Can't remember if W2K lets you use .local file scheme, if not you'll
probably need to search MS KB's etc to see how to deal with it.
Regards,
Erin.
"Jabba" <mcj...@iname.com> wrote in message
news:5882b57b.04032...@posting.google.com...
Matt Fletcher
"EMonaco" <erinm...@nospam.net> wrote in message
news:uMXWRKe...@TK2MSFTNGP09.phx.gbl...