$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David B. Held (dheld_at_[hidden])
Date: 2002-07-10 13:08:15
"Peter Dimov" <pdimov_at_[hidden]> wrote in message
news:00a701c22801$00c7d610$1d00a8c0_at_pdimov2...
> [...]
> It should be - the infrastructure is already in place.
Great.
> I didn't know that VCL uses __fastcall; nobody uses standard C++
> anymore.
Yeah. :( Unfortunately, the VCL uses __fastcall exclusively, which is
quite annoying. The reason isn't to be frivolously proprietary, but
because it's really a Delphi library, and I suppose that is Delphi's
default calling convention.
Dave