3 messages in com.mysql.lists.plusplusRe: using debug dlls but still gettin...
FromSent OnAttachments
Ece Karli16 Jan 2006 17:11 
Warren Young17 Jan 2006 06:59 
Ece Karli19 Jan 2006 11:32 
Subject:Re: using debug dlls but still getting Debug Assertion Failed errors
From:Ece Karli (ecek@yahoo.com)
Date:01/19/2006 11:32:42 AM
List:com.mysql.lists.plusplus

I fixed the error by changing the runtime library to /MDd (Multi-threaded debug
dll) option im project settings. It was set to /Md.

When I run my program, I get Debug Assertion Failed error in file dbgheap.c. I searched the archives and the only solution suggested was to use debug version of mysqlpp.dll with debug project. I am already doing that.

Double-check everything. The way this error happens is mixing debug and release builds of _something_, not just the MySQL++ library DLL.