Opened 16 years ago

Closed 16 years ago

#741 closed Support Requests (Invalid)

Debug Assertion failed VS6

Reported by: nobody Owned by: nobody
Milestone: Component: None
Version: None Severity:
Keywords: Cc:

Description

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

Change History (1)

comment:1 by cepstein, 16 years ago

Status: assignedclosed
Logged In: YES 
user_id=36183

You need to link with the debug Boost library when you build
your own code in debug mode.
Note: See TracTickets for help on using tickets.