From: Warren Young Date: April 24 2007 12:55am Subject: Re: Visual C++ Release build List-Archive: http://lists.mysql.com/plusplus/6557 Message-Id: <462D556E.9050207@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Roland Hill wrote: > > I haven't > checked this thoroughly, but I have found the errors went away when I > made sure I was using a debug version of mysqlpp.dll with my debug code > and a release version with my release code. It wasn't just something weird on your system, it's fundamental: you can't use a debug MySQL++ DLL from a release executable. (Dunno if the converse is true as well.) Guaranteed havoc results if you try. I can only guess why this is, but since the fix is so simple, I'm not motivated to find out for sure.