Re: [Libevent-users] some error about evsig_init in winxp.

2013-01-14 Thread simon zhang
quot;libevent-us...@freehaven.net" > Subject: [Libevent-users] some error about evsig_init in winxp. > > 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

Re: [Libevent-users] some error about evsig_init in winxp.

2013-01-14 Thread Dodd, Timothy
nt-us...@freehaven.net<mailto:libevent-us...@freehaven.net>" mailto:libevent-us...@freehaven.net>> Subject: [Libevent-users] some error about evsig_init in winxp. I compile the code as DLL in winxp with libevent.The compiler is msvc90.But It have some error as the followin

Re: [Libevent-users] some error about evsig_init in winxp.

2013-01-14 Thread Nick Mathewson
On Mon, Jan 14, 2013 at 9:48 AM, simon zhang 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 WSAStartu

[Libevent-users] some error about evsig_init in winxp.

2013-01-14 Thread simon zhang
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] How to make it work correctly? I have tried to compile in mingw and have the same error. The dll is a