Thanks Nick. What I did (with MSVC6 on Win2k):<br><br>1. load libevent 1.3e<br>2. open libevent.dsw, but nothing listed in the workspace. This is fixed by edit all four dsp files and the dsw file then save all in DOS format.
<br>3. try to compile event.c, error: can&#39;t open sys/time.h, then I copy sys/_time.h to time.h (??)<br>4. can&#39;t open stdint.h, makeup one from <a href="http://msinttypes.googlecode.com/svn/trunk/stdint.h">http://msinttypes.googlecode.com/svn/trunk/stdint.h
</a><br>5. undefine: __func__ (line 212), VERSION (line 916)<br>6. add HAVE_CONFIG_H to prj (??)<br>7. undefine: gettimeofday(line 175) and __FUNCTION__ (line 212)<br>8. #define __FUNCTION__ __LINE__<br>9. compile event.c
 with 0 err, 2 warning (still has no gettimeofday )<br>10 asked to this list.<br><br>Since my target platform is Solaris, now I am working on my Ubuntu to play/dev, but I&#39;d like to test MSVC build if any patch/update is available.
<br><br>Thanks.<br><br>Arthur<br>
<br><div><span class="gmail_quote">On 10/2/07, <b class="gmail_sendername">Nick Mathewson</b> &lt;<a href="mailto:nickm@freehaven.net">nickm@freehaven.net</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Tue, Oct 02, 2007 at 03:26:19PM -0400, arthur wrote:<br>&gt; Hi All,<br>&gt;<br>&gt; Having been interested in libevent for a while, but just start to<br>&gt; get dirty. Does libevent support Win32 any more. I have win2k with
<br>&gt; VS 6.<br><br>Hi!&nbsp;&nbsp;The most recent versions of libevent should work fine under<br>Windows, but I&#39;ve only tried building them with mingw recently, since<br>I don&#39;t have a VC license.&nbsp;&nbsp;If there are compilation errors or
<br>warnings with VC, please let us know.<br><br>peace,<br>--<br>Nick Mathewson<br><br></blockquote></div><br>