Internet Direct (Indy)
Home
PreviousUpNext
EIdStackInitializationFailed Class

Exception raised when the protocol stack cannot be initialized.

Pascal
EIdStackInitializationFailed = class(EIdStackError);

EIdStackInitializationFailed is an EIdStackError descendant that represent the exception raised when the protocol stack cannot be initialized for the platform or Operating System hosting the Indy library. 

EIdStackInitializationFailed is created in the constructor for TIdStackWindows when the protocol stack cannot be loaded and/or started using WSAStartup from the Windows API. 

EIdStackInitializationFailed is created with the exception message defined in the resource string RSWinsockInitializationError.

EIdStackError 

RSWinsockInitializationError 

TIdStackWindows.Create

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.