$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-07-10 06:00:28
From: "David B. Held" <dheld_at_[hidden]>
> "Peter Dimov" <pdimov_at_[hidden]> wrote in message
> news:005f01c2277c$e970ffc0$1d00a8c0_at_pdimov2...
> > [...]
> > An operator->* would probably fail here, too, unless it's specifically
> > made to recognize __fastcall member pointers. bind currently knows
> > about __stdcall but not __fastcall. get() is your best bet. :-)
>
> I see. Thanks for the info. Is it possible to get bind() to recognize
> __fastcall as well? It would certainly make it more useful with BCB.
It should be - the infrastructure is already in place. I didn't know that
VCL uses __fastcall; nobody uses standard C++ anymore.