[Libevent-users] Re: Status win32 build in libevent
Chris Brody
chris.brody at gmail.com
Fri Jun 13 05:44:12 EDT 2008
On Fri, Jun 13, 2008 at 8:42 AM, Brodie Thiesfield
<brofield2 at jellycan.com> wrote:
> Hi,
>
> I created my own win32 build for libevent 1.4.4 since there wasn't one
> available that works. No guarantees, no support.
>
> http://code.jellycan.com/memcached/
Good work to support such an environment! I liked some of your other
products as well.
>From what I have seen, it is extremely difficult if not impossible to
support both Visual C++ 6.0 and VS 2003+ in the same project. I had to
use VC++ 6.0 to build a commercial Windows application and want to
switch to something like Dev-C++ as soon as I possibly can.
For example, the CR-LF issue is a real problem for VS and is only an
annoyance for everyone else. Perhaps we should just store all files in
Unix format and let the VS users use something like ASCII FTP to
convert to DOS format.
More information about the Libevent-users
mailing list