From: Warren Young Date: November 3 2008 9:50pm Subject: Re: help neede: crash at mysqlpp::StoreQueryResult res = query.store(); List-Archive: http://lists.mysql.com/plusplus/8119 Message-Id: MIME-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit On Nov 3, 2008, at 1:51 AM, koochan sarat wrote: > even though i remove "query.parse();" its still crashing You're going to have to debug it more deeply to figure this out. All I'm left with is one wild guess: you may be trying to build a Debug version of your program against a Release version of MySQL++, or vice versa. If that's not it, you'll need to provide more details for us to help you.