Yes I think so. I've builded libevent on Visual Studio 6, because in VS 2005 I have problems. FYI, in "Linker" option of Memecached project I've set "libc.lib" as ignored library. Have you any idea? thanks
2007/9/22, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > How did you build libevent? I thinkthe problem is with the way you built it... > > Kronuz > > -----Mensaje original----- > De: "Mimmo DF" <[EMAIL PROTECTED]> > Para: "[email protected]" <[email protected]> > Enviado: 21/09/07 11:18 > Asunto: building problem on win32 VisualStudio 2005 > > when I try to build in Microsoft VisualStudio 2005 the memcached > project, I have this error: > ------------------------------------------ > 1>Linking... > 1>memcached.obj : error LNK2019: unresolved external symbol > _event_loopexit referenced in function _stop_server > 1>libevent.lib(event.obj) : error LNK2019: unresolved external symbol > _errno referenced in function _event_loop > 1>libevent.lib(err.obj) : error LNK2001: unresolved external symbol _errno > 1>.\Debug/memcached.exe : fatal error LNK1120: 2 unreso > > >
