
PLEASE HELP with Wininet.DLL/Wininet.LIB
Quote:
> Hy
> My boss is expecting the release of my project and for the moment I have no
> solution:
> The Wininet.dll from IE4.0(file date after 9/14/97) is not compatible alone
> with previous versions of IE
> (and maybe Netscape).
> I suppose the best solution is to re-compile the library of this DLL, but
> give it an other name. Anyway I don't know anything about C++.
> Can someone compile me the Wininet.lib (file date after 11/13/97) into a DLL
> that has an another name (let's say Inet2.DLL) so that I can call the latest
> API include in this Wininet.DLL version ?
> The Wininet.lib is located in the Platform SDK directory of Microsoft site.
> Thanks for your help
> Antoine
Uh, from my knowledge, which may be wrong....
there is no way to "re-compile" the library of wininet.lib, since
the code was *never* distributed. This would make renaming
the DLL very difficult since if you compiled agains wininet.lib,
which expected wininet.dll, you would have problems.
Anyway, from my knowledge MS never distributed the code,so there is no
way that you could (very easily) make the library into a dll that
does not expect the original name.
It would probably be best if you had your own code base to
do internet client types of things.
josh