$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Hugo Duncan (hugoduncan_at_[hidden])
Date: 2003-07-04 16:22:10
On Fri, 4 Jul 2003 20:12:40 +0300, Peter Dimov <pdimov_at_[hidden]> wrote:
> Seems like the compiler can't handle __fastcall (and __stdcall) function
> pointers properly as required by bind.
I was under the mistaken impression that __fastcall was a borland only
thing.
> __fastcall member functions appear to work, though, if you remove
> BOOST_BIND_ENABLE_FASTCALL and leave only the
> BOOST_MEM_FN_ENABLE_FASTCALL
> define.
Working well. Thank you Peter :-)