2 messages in com.mysql.lists.plusplusnot finding namespace
FromSent OnAttachments
Troy Jennings21 Nov 2005 13:56 
Denis ERCHOFF21 Nov 2005 14:06 
Subject:not finding namespace
From:Troy Jennings (tjen@siouxcitylibrary.org)
Date:11/21/2005 01:56:40 PM
List:com.mysql.lists.plusplus

Alright, I give up.

I've searched the documentation and internet to the best of my abilities and I've not been able to find a solution to this problem. I'm using VC++ 2005 (beta).

When I try to build the project, the first error I get is this:

error C2871: 'mysqlpp' : a namespace with this name does not exist.

Using the IDE I can open the mysql++.h file and through it the connection.h file where the mysqlpp namespace is declared, so it knows were both of those files are, but I can't get it build (there are 73 other errors, but I'm sure they are all a function of the namespace not being found).

Any guidance would be gratefully appreciated.