From: Warren Young Date: January 29 2009 9:04am Subject: Re: stack trace corrupted List-Archive: http://lists.mysql.com/plusplus/8356 Message-Id: <4981712F.90506@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit David Ang wrote: > > I just integerated mysql++ to my application using vs 2008. > > However, when on debug build, I get a stack trace corrupted issue. > > I don't receive this when I'm on release build. You have to link the release build of your program to a release build of MySQL++, and the same for debug. You'll get crashes if you mix them.