Re: [Libevent-users] Visual C++ Projects

2011-07-01 Thread JiangHao
it's easy to build libevent2 in windows open vs2008/vs2010 -> tools -> "Visual Studio Command Prompt" cd libevent2's directory run "nmake /F Makefile.nmake static_libs" Regards, 2011/7/1, Ed Day : > Attached are some VS2008 project files that I use which are by no > means complete. It's not

Re: [Libevent-users] Visual C++ Projects

2011-07-01 Thread Ed Day
Attached are some VS2008 project files that I use which are by no means complete. It's not hard to create them though, just add the source files you need and set the properties. Regards, Ed Day On Fri, Jul 1, 2011 at 10:32 AM, Mark Ellzey wrote: > On Thu, Jun 30, 2011 at 05:13:05PM -0700, Ku

Re: [Libevent-users] Visual C++ Projects

2011-07-01 Thread Mark Ellzey
On Thu, Jun 30, 2011 at 05:13:05PM -0700, Kun Xi wrote: > I once played with libevent using cmake and msys. It is really fun: > - free and familiar toolchain: gcc, gdb > - portability > - cross-compiling from linux host > > cmake can generate NMAKE makefile. I have never tried to use Visual > C

RE: [Libevent-users] Visual C++ Projects

2011-06-30 Thread Kelly Brock
2k5 up to VC2k10 projects with no problem and used them. KB > -Original Message- > From: owner-libevent-us...@freehaven.net [mailto:owner-libevent- > us...@freehaven.net] On Behalf Of Kun Xi > Sent: Thursday, June 30, 2011 7:13 PM > To: libevent-us...@freehaven.net > Cc: l

Re: [Libevent-users] Visual C++ Projects

2011-06-30 Thread Kun Xi
I once played with libevent using cmake and msys. It is really fun: - free and familiar toolchain: gcc, gdb - portability - cross-compiling from linux host cmake can generate NMAKE makefile. I have never tried to use Visual C++. Each version of VS, msft changes the format, it requires you to u

[Libevent-users] Visual C++ Projects

2011-06-30 Thread Alexandre Parenteau
Hi, I'm new user to libevent, and quickly becoming a fan. I'd need some way to build libevent on Windows for a project (https://github.com/aubonbeurre/thrift/blob/alex-0.6.1/README.non.blocking.Windows). Yesterday I spent a (frustrating) day trying to use waf (as suggested on this list, nice too