hi im getting alot of linker errors while compiling the first example from
the mysql++ manual. linker errors like:
[Linker error] undefined reference to `parse_command_line(int, char**, char
const**, char const**, char const**, char const**, char const*)'
[Linker error] undefined reference to `_imp___ZN7mysqlpp10ConnectionC1Eb'
[Linker error] undefined reference to `mysqlpp::Connection::connect(char
const*, char const*, char const*, char const*, unsigned int)'
[Linker error] undefined reference to
`_imp___ZN7mysqlpp10Connection5queryEPKc'
and that's just some of them. i included the lib mysqlpp.lib as i am running
windows.
does anyone know why it says that?