I've tried declaring and calling this function in all sorts of ways and it continues to return an error.
here is the code that is failing : If WSAStartup(257, istr_wsadata) = 0
It should return 0
I wonder if anyone else has had this problem
I've tried declaring and calling this function in all sorts of ways and it continues to return an error.
here is the code that is failing : If WSAStartup(257, istr_wsadata) = 0
It should return 0
I wonder if anyone else has had this problem
Function long WSAStartup32 ( &
integer wVersionRequested, &
Ref WSADATA lpWSAData &
) Library "ws2_32.dll" Alias For "WSAStartup:Ansi"