On Mon, Jan 14, 2013 at 9:48 AM, simon zhang <hapo...@gmail.com> 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 majord...@freehaven.net with
unsubscribe libevent-users    in the body.

Reply via email to