www.destructor.de

About | Contact | Impressum


Home |  Code |  Articles |  Misc |  x
XML Parser |  TAR Library |  Linked Lists |  WinSock 1.1 |  x

WinSock 1.1 Interface

32-bit ObjectPascal (Delphi 2+) interface unit for the development of WinSock applications. Supports the WinSock 1.1 interface on Win32. With extended functionality for loading/unloading the Winsock DLL, retrieving error names and verbose error texts by error code.

File IDE Download
WinSock 1.1 Interface D2+ winsock.zip, 9.44 KB (9675 Bytes)

Load/Unload Winsock DLL

PROCEDURE LoadWinsockDll;
PROCEDURE UnloadWinsockDLL;
FUNCTION WinSockDllLoaded : BOOLEAN;

Error Text/Error Name retrieval

FUNCTION ErrorText (Error : INTEGER) : STRING;
FUNCTION ErrorName (Error : INTEGER) : STRING;