From: Warren Young Date: May 8 2006 2:25pm Subject: Re: Exceptions when executing query << "select * from stock"; List-Archive: http://lists.mysql.com/plusplus/5674 Message-Id: <445F54CB.2050004@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sheng Yu wrote: > > I am a newbie to mysql++. I have successfully compiled the mysql++ lib > under the environment of visual studio 2005. ... > exception "Unhandled exception at 0x7c3a8d3f (msvcp71.dll) in Something is wrong with your build environment. msvcp71.dll is from VS 2003. You should be linking against msvcp80.dll.