7 messages in com.mysql.lists.plusplusRe: MySQL++ crash on << and more
FromSent OnAttachments
webm...@team-inqontrol.com23 Oct 2006 06:32 
Warren Young23 Oct 2006 09:05 
webm...@team-inqontrol.com23 Oct 2006 11:42 
Drew M.23 Oct 2006 13:22 
Warren Young23 Oct 2006 14:34 
webm...@team-inqontrol.com24 Oct 2006 03:21 
webm...@team-inqontrol.com24 Oct 2006 04:29 
Subject:Re: MySQL++ crash on << and more
From:Warren Young (mysq@etr-usa.com)
Date:10/23/2006 02:34:45 PM
List:com.mysql.lists.plusplus

webm@team-inqontrol.com wrote:

This is basically all the code I have, so I don't see where I'm trying to overlap two queries.

I think you have multiple problems, actually.

Apart from that, it throws an exception (probably) at query.store(). I don't see whats wrong with that?

It would help if you'd catch that exception and print out what its what() method returns, to see what it's trying to tell you.

If it's not an exception, it may be that you're mixing a library built with one build setup with an executable built another way. That's a pretty good way to crash a program.