$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2006-03-11 13:47:26
Rob Caldecott wrote:
>Hi Nat,
>
>I tried that, and it still fails. I *think* it is because DeleteFileW is
>defined as a WINAPI function (or "__stdcall").
>
>
That's indeed the reason. There is a macro you can define to make
Boost.Bind (but not Boost.Lambda) support __stdcall.
http://www.boost.org/libs/bind/bind.html#Q_win32_api
Sebastian Redl