Boost C++ Libraries: Ticket #11370: Boost Test Library dose not work with Intel-Compiler. https://svn.boost.org/trac10/ticket/11370 <p> Unit-Tests written with the Boost-Test-Library do not create a MAIN-Function when compiled with Intel-Compiler. (When switching to MS-Compiler it is working perfectly) </p> <p> Even setting this Defines manual dose not help. </p> <blockquote> <p> BOOST_TEST_MAIN BOOST_AUTO_TEST_MAIN </p> </blockquote> <p> My Setup is: </p> <blockquote> <p> VS2013 Update2 Intel Compiler 15.0.2.179 Platform Toolset v120 </p> </blockquote> <p> The Error is: </p> <blockquote> <p> xilink: executing 'link' MSVCRTD.lib(crtexe.obj) : error LNK2019: unresolved external symbol main referenced in function <span class="underline">tmainCRTStartup </span></p> </blockquote> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11370 Trac 1.4.3 anonymous Wed, 03 Jun 2015 14:31:56 GMT <link>https://svn.boost.org/trac10/ticket/11370#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/11370#comment:1</guid> <description> <p> Solved. </p> <p> The problem was the combination of <a class="missing wiki">Compiler/Linker</a> Settings. The Following Settings must match together. </p> <ul><li>#define BOOST_TEST_DYN_LINK </li><li>Multi Threadded Debug DLL (/MDd) </li><li>Subsystem: CONSOLE </li></ul><p> Sorry and Thank You Matthias </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Raffi Enficiaud</dc:creator> <pubDate>Fri, 03 Jul 2015 11:31:29 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/11370#comment:2 https://svn.boost.org/trac10/ticket/11370#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">invalid</span> </li> </ul> Ticket