Thanks Nick. What I did (with MSVC6 on Win2k): 1. load libevent 1.3e 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. 3. try to compile event.c, error: can't open sys/time.h, then I copy sys/_time.h to time.h (??) 4. can't open stdint.h, makeup one from http://msinttypes.googlecode.com/svn/trunk/stdint.h 5. undefine: __func__ (line 212), VERSION (line 916) 6. add HAVE_CONFIG_H to prj (??) 7. undefine: gettimeofday(line 175) and __FUNCTION__ (line 212) 8. #define __FUNCTION__ __LINE__ 9. compile event.c with 0 err, 2 warning (still has no gettimeofday ) 10 asked to this list.
Since my target platform is Solaris, now I am working on my Ubuntu to play/dev, but I'd like to test MSVC build if any patch/update is available. Thanks. Arthur On 10/2/07, Nick Mathewson <[EMAIL PROTECTED]> wrote: > > On Tue, Oct 02, 2007 at 03:26:19PM -0400, arthur wrote: > > Hi All, > > > > Having been interested in libevent for a while, but just start to > > get dirty. Does libevent support Win32 any more. I have win2k with > > VS 6. > > Hi! The most recent versions of libevent should work fine under > Windows, but I've only tried building them with mingw recently, since > I don't have a VC license. If there are compilation errors or > warnings with VC, please let us know. > > peace, > -- > Nick Mathewson > >
_______________________________________________ Libevent-users mailing list Libevent-users@monkey.org http://monkey.org/mailman/listinfo/libevent-users