Thank you.I have make it work in winxp.
2013/1/15 Dodd, Timothy
> That is a runtime error, right? You need to initialize windsock before
> using it. See, for example:
> http://msdn.microsoft.com/en-us/library/windows/desktop/ms738566(v=vs.85).aspx.
> There's documentation on runtime winsock e
That is a runtime error, right? You need to initialize windsock before using
it. See, for example:
http://msdn.microsoft.com/en-us/library/windows/desktop/ms738566(v=vs.85).aspx.
There's documentation on runtime winsock errors here:
http://msdn.microsoft.com/en-us/library/windows/desktop/m
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