Re: [Libevent-users] using libEvent 2.x with Visual C++

2012-06-06 Thread Patrick Pelletier
On 06/06/2012 05:18 PM, Patrick Pelletier wrote: (since libEvent doesn't seem to have an equivalent to OpenSSL's "applink.c" that bridges between the two compilers' runtimes) (I'd sure like to have one of those, fwiw.) If that's something you'd like, then I might look into that as an alterna

Re: [Libevent-users] using libEvent 2.x with Visual C++

2012-06-06 Thread Lee Fisher
> Getting a bit off topic, but I wonder if anyone has tried to make a > wrapper script for CL.EXE that makes it look more like gcc, in terms of > command line options. (Though it would probably need to do other nasty > tricks, like renaming .OBJ files to .o, and .LIB files to .a, and then > rename

Re: [Libevent-users] using libEvent 2.x with Visual C++

2012-06-06 Thread Patrick Pelletier
On 06/06/2012 06:57 AM, Nick Mathewson wrote: (since libEvent doesn't seem to have an equivalent to OpenSSL's "applink.c" that bridges between the two compilers' runtimes) (I'd sure like to have one of those, fwiw.) If that's something you'd like, then I might look into that as an alternati

Re: [Libevent-users] using libEvent 2.x with Visual C++

2012-06-06 Thread Nick Mathewson
On Wed, Jun 6, 2012 at 12:55 AM, Patrick Pelletier wrote: > Sorry if this is a frequently asked question, but I haven't been able to > find an answer in the documentation or mailing list archives. > > My ultimate goals are: > > - I'd like to use libEvent from an application built with Visual C++ 2