PLEASE HELP with Wininet.DLL/Wininet.LIB 
Author Message
 PLEASE HELP with Wininet.DLL/Wininet.LIB

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



Sun, 27 Aug 2000 03:00:00 GMT  
 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



Thu, 31 Aug 2000 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. PLEASE HELP me with Wininet.DLL/Wininet.LIB

2. PLEASE HELP me with Wininet.DLL/Wininet.LIB

3. PLEASE HELP me with Wininet.DLL/Wininet.LIB

4. FtpPutFile Lib "Wininet.dll" not working

5. Please help: wininet.dll problem

6. Please Help: Win32 Internet API (wininet.dll)

7. Please help with wininet dll

8. Please Help: Win32 Internet API (wininet.dll)

9. Please Help: Win32 Internet API (wininet.dll)

10. HELP: Need help with wininet.dll calls!

11. Problem with Wininet, please help

12. Help! wininet.dll

 

 
Powered by phpBB® Forum Software