Subject: Re: [Boost-bugs] [Boost C++ Libraries] #12417: Linking dynamically to boost::locale::info class on Windows fails when auto-linking is disabled
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-08-29 07:13:06
#12417: Linking dynamically to boost::locale::info class on Windows fails when
auto-linking is disabled
-------------------------------+---------------------
Reporter: anonymous | Owner: artyom
Type: Bugs | Status: closed
Milestone: To Be Determined | Component: locale
Version: Boost 1.61.0 | Severity: Problem
Resolution: invalid | Keywords:
-------------------------------+---------------------
Changes (by artyom):
* status: new => closed
* resolution: => invalid
Comment:
You need to add `BOOST_ALL_DYN_LINK` or `BOOST_LOCALE_DYN_LINK` definition
for your windows projects when linking with DLLs so dllimport will be
defined properly.
It is general rule for all boost libraries.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/12417#comment:2> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:20 UTC