$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [interprocess] warning C4251: need dll-interface
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2009-04-09 04:48:32
Brent Arias wrote:
> Does this also apply to boost.interprocess? Is it really safe to ignore
> this warning and continue to use the interprocess code from within a DLL?
It's not Interprocess fault. It's a widely known issue with templates
and linkage. See
http://www.unknownroad.com/rtfm/VisualStudio/warningC4251.html
and Microsoft's own
http://support.microsoft.com/kb/168958/en-us
to see what you want to do with the class and what you can do to achieve it.
> Brent Arias
Best,
Ion