ok, i just tried to create a new project that was just a console
application, and everything seems to work there, it is only when I am trying
to build an MFC dialog application that I am getting the linker errors ...

the problem is below:

 // this is fine
Connection con("mysql_cpp_data");

// this causes linker error only for MFC app
Query query = con.query();

whats the problem?

ryan

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to