$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] error when using boost with visual c++
From: Peter Dimov (pdimov_at_[hidden])
Date: 2009-02-28 19:19:52
Sean Farrow:
> Hi:
> Yes I changed the projects calling convension to stdcall.
It seems that lines 59, 60, 61, 71 and 72 in interlocked.hpp should not have
__cdecl (but 57 and 58 do need it). You may try removing the __cdecl from
these lines in your local copy of Boost and see if it helps.