Re: IE or sockets API?
"Peter Millard" <me-STcBuFROdrv2eFz/[email protected]> Fri, 23 Jul 2004 08:12:40 -0600
| Newsgroups | gmane.network.jabber.exodus.devel |
|---|---|
| Message-ID | <001f01c470bf$1d448230$e201020a@pmillard2k> |
Anthony Chavez wrote: > Only one question remains: does Exodus use the Internet Explorer API or > a different API for networking? And in the case of the latter, which? Exodus uses the indy socket library. This is an encapsulation of the Winsock2 API. Exodus does NOT use the IE API for doing it's network communication. More information on indy can be found at: http://nevrona.com/indy/ pgm.