[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [Libevent-users] some error about evsig_init in winxp.
On Mon, Jan 14, 2013 at 9:48 AM, simon zhang <hapopen@xxxxxxxxx> wrote:
> I compile the code as DLL in winxp with libevent.The compiler is msvc90.But
> It have some error as the following:
>
> evsig_init:socketpair:Successful WSAStartup not yet performed
> [WSANOTINITIALISED]
On windows, you need to invoke WSAStartup before any other
socket-related functionality. More about WSAStartup here:
http://msdn.microsoft.com/en-us/library/windows/desktop/ms742213(v=vs.85).aspx
***********************************************************************
To unsubscribe, send an e-mail to majordomo@xxxxxxxxxxxxx with
unsubscribe libevent-users in the body.