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.