|
Boost : |
From: Mac Murrett (mmurrett_at_[hidden])
Date: 2001-11-18 23:51:53
Will someone with CVS write access please add Pascal function support to
Bind?
Most of the Mac toolbox is exported as Pascal-signature functions. I note
that there are __stdcall versions of boost::bind now; the same mechanism
could be used to support functions with Pascal signatures:
#if defined(BOOST_BIND_ENABLE_PASCAL)
#define BOOST_BIND_CC pascal
#include <boost/bind/bind_cc.hpp>
#undef BOOST_BIND_CC
#endif
Thanks,
Mac.
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk