On Nov 9, 2007 1:07 AM, Marc Lehmann <[EMAIL PROTECTED]> wrote: > On Fri, Nov 09, 2007 at 12:56:31AM +0100, Marc Lehmann <[EMAIL PROTECTED]> > wrote: > > > tests on OSX. In addition, all test from eventxx were working except > > > for bench.cpp, which uses a strange copy constructor, > > > > Do you have a pointer to the source? > > Never mind, found it. eventxx is great, its directly embeddable, too :) > > I also wondered about (optionally, when embedding, so not directly > relevant to eventxx) having a member pointer + object instead of a > callback when compiling libev as C++. Yes-that would definitely be nicer for a C++ application. I am working with the CINT C/C++ interpreter, and it has some real trouble with dynamically adding C callbacks to an interpreted function. The eventxx class structure helped me a bit before.
I will need some time to think about a clear solution-should be possible with a "pure inline" wrapper class. Your new archive built OK on my OSX machine-thanks again! CB _______________________________________________ Libevent-users mailing list Libevent-users@monkey.org http://monkeymail.org/mailman/listinfo/libevent-users