From: Warren Young Date: September 26 2005 11:49am Subject: Re: "Debug assertion failed" problem List-Archive: http://lists.mysql.com/plusplus/4970 Message-Id: <4337E042.6060807@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Krzysztof Machelski wrote: > > Debug assertion failed > File: dbgheap.c > Line: 1132 You're probably linking the release version of mysqlpp.lib to a debug version of your program. You have to use the debug version, or Microsoft's heap checker gets confused. Hint: you could have found this info by searching the mailing list.