Boost C++ Libraries: Ticket #741: Debug Assertion failed VS6 https://svn.boost.org/trac10/ticket/741 <pre class="wiki">Hi, I'm having some trouble using Boost in Visual studio 6. I installed Boost with little trouble and in release-mode Boost works perfect but in debug-mode I always get Debug Assertion failed in dbgheap.c I am simply creating a directory using: create_directory("MakeADir"); I link to the boost_filesystem-vc6-mt-1_33_1.lib and the dll is in the right place. So, I don't really understand what goes wrong. If someone could explain ... Tnx Pascal </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/741 Trac 1.4.3 cepstein Tue, 03 Oct 2006 14:47:51 GMT status changed https://svn.boost.org/trac10/ticket/741#comment:1 https://svn.boost.org/trac10/ticket/741#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> <pre class="wiki">Logged In: YES user_id=36183 You need to link with the debug Boost library when you build your own code in debug mode. </pre> Ticket