TBlockSocket.CreateAlternate
TBlockSocket     

constructor CreateAlternate(Stub: string);

Unit
blcksock

Description
Create object and load all necessary DLL. What DLL is loaded is described by STUB parameter.

This constructor is working only on windows! On Linux is used libc in all cases.

If you need this constructor, you must use dynamic mapping of Winsock. You must enable dynamic mapping by inactive line {$DEFINE STATICWINSOCK} in synsock.pas!


See also:
Create, WSAData