Boost logo

Boost Users :

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


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net