>From: "Philippe A. Bouchard" <[EMAIL PROTECTED]> > WxWindows don't have any intermediate compiler but the end user syntax is > not attractive for the signal / slot mechanism (macros).
It's also possible to do the signal/slot without macros on wxWindows. See here (http://www.wxwindows.org/hworld2.txt) for an example. It's all done in standard C++, without any macros. The syntax is similar to Qt's signal/slot mechanism, but without any preprocessor/intermediate compiler (MOC) needed. Here's a version using macros, which then resembles MFC (http://www.wxwindows.org/hworld.txt). Naturally, one might use Boost.Signals for a boostified version. Regards, Terje _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost