3 messages in com.mysql.lists.plusplusRe: Linking failures with MySQL++ 3.0.1
FromSent OnAttachments
Steven Van Ingelgem11 Apr 2008 07:10 
Warren Young11 Apr 2008 07:17 
Steven Van Ingelgem11 Apr 2008 09:22 
Subject:Re: Linking failures with MySQL++ 3.0.1
From:Steven Van Ingelgem (ste@vaningelgem.be)
Date:04/11/2008 09:22:03 AM
List:com.mysql.lists.plusplus

Somehow I was taking a wrong library indeed :). Thanks for pointing out the obvious to me.

Greetings

On 11/04/2008, Warren Young <mysq@etr-usa.com> wrote:

Steven Van Ingelgem wrote:

Compilation against 2.x went fine.

You're mixing v2.x and v3.x headers and libraries. Do a "make clean" on your project, clear off all the MySQL++ 2.x stuff from your system (or segregate it) and start a clean build with v3.x. Also, you've read through the breakages chapter, yes?