Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 May : Re: Delphi 2005 Personal and Indy 10.0.75: Indy don't work!!!
| Subject: | Re: Delphi 2005 Personal and Indy 10.0.75: Indy don't work!!! |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Tue, 6 Jun 2006 16:53:45 |
"Jamie Dale" <j.dale@turboz.net> wrote in message
news:44860342@newsgroups.borland.com...
> Is that function available in D6?
It is available to all compilers. It is a part of the WinInet API. It is a
Microsoft function, not a Borland function. Borland does ship a wininet.lib
file with its IDEs for static linking to wininet.dll. Or you can load
wininet.dll yourself at runtime using LoadLibrary() and then use
GetProcAddress() to get a pointer to GetAdaptersInfo().
> I right-clicked and did a topic search and Delphi6 help found nothing!
You are looking in the wrong documentation. It is not in Borland's
documentation. It is in Microsoft's. Rudy already gave you the link for
it.
Gambit
none