Boost C++ Libraries: Ticket #10171: Why does boost::thread only has /mt version of dll https://svn.boost.org/trac10/ticket/10171 <p> I use boost in visual C++ project(MFC ActiveX), all my projects are build with /md, and the "boost_thread-vc100-mt-1_55.dll " couldn't work in my project( regsver <strong>*.ocx failed, error code is 0x80040200). So, how can i compile the boost::thread with /md( boost_thread-vc100-1_55.dll )? Thank you. </strong></p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/10171 Trac 1.4.3 anonymous Wed, 02 Jul 2014 09:03:36 GMT <link>https://svn.boost.org/trac10/ticket/10171#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/10171#comment:1</guid> <description> <p> I also use bjam with runtime-link=shared to build boost_thread,but still only has mt version dll. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Niall Douglas</dc:creator> <pubDate>Thu, 03 Jul 2014 10:45:45 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/10171#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/10171#comment:2</guid> <description> <p> Pass --build-type=complete to bjam. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Fri, 04 Jul 2014 00:32:01 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/10171#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/10171#comment:3</guid> <description> <p> Replying to <a class="ticket" href="https://svn.boost.org/trac10/ticket/10171#comment:2" title="Comment 2">ned14</a>: </p> <blockquote class="citation"> <p> Pass --build-type=complete to bjam. </p> </blockquote> <p> Thanks, but it still doesn't work. Then I add a BOOST_ALL_DYN_LINK define in my mfc project, everything is OK. Refer to this discussion <a class="ext-link" href="http://stackoverflow.com/questions/19151632/shouldnt-boostthread-libraries-be-deployed-with-my-project-generated-with-md"><span class="icon">​</span>http://stackoverflow.com/questions/19151632/shouldnt-boostthread-libraries-be-deployed-with-my-project-generated-with-md</a> in the Stack Overflow. So, I think this problem is fixed. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>viboes</dc:creator> <pubDate>Fri, 04 Jul 2014 05:46:08 GMT</pubDate> <title>owner, status changed https://svn.boost.org/trac10/ticket/10171#comment:4 https://svn.boost.org/trac10/ticket/10171#comment:4 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Anthony Williams</span> to <span class="trac-author">viboes</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> <p> Thanks Niall for your pertinent comment. </p> Ticket viboes Fri, 04 Jul 2014 05:46:23 GMT status changed; resolution set; milestone deleted https://svn.boost.org/trac10/ticket/10171#comment:5 https://svn.boost.org/trac10/ticket/10171#comment:5 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">worksforme</span> </li> <li><strong>milestone</strong> <span class="trac-field-deleted">To Be Determined</span> </li> </ul> Ticket