dbTalk Databases Forums  

[Linker error] undefined reference to `mysqlpp::Connection::~Connection()'

mailing.database.mysql-plusplus mailing.database.mysql-plusplus


Discuss [Linker error] undefined reference to `mysqlpp::Connection::~Connection()' in the mailing.database.mysql-plusplus forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Goddchen
 
Posts: n/a

Default [Linker error] undefined reference to `mysqlpp::Connection::~Connection()' - 02-12-2006 , 05:45 AM






------=_NextPart_000_0000_01C62FD3.104C5240
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit

hi everyone... i wrote a REALY simple program

#include "mysql++.h"

int main( int argc, char* argv[] )
{
mysqlpp::Connection con;
}


when i try to compile it i get the following errors:

[Linker error] undefined reference to `_imp___ZN7mysqlpp10ConnectionC1Eb'
[Linker error] undefined reference to `mysqlpp::Connection::~Connection()'

ld returned 1 exit status

i put mysql/include and mysql++/lib folder in the project settings...
and i linked mysqlpp.lib

what's wrong?

Goddchen

------=_NextPart_000_0000_01C62FD3.104C5240--


Reply With Quote
  #2  
Old   
Warren Young
 
Posts: n/a

Default Re: [Linker error] undefined reference to `mysqlpp::Connection::~Connection()' - 02-13-2006 , 01:40 PM






Goddchen wrote:
Quote:
when i try to compile it i get the following errors:

[Linker error] undefined reference to `_imp___ZN7mysqlpp10ConnectionC1Eb'
[Linker error] undefined reference to `mysqlpp::Connection::~Connection()'
What compiler?
What platform?
What versions of each?
What command did you give?

--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe: http://lists.mysql.com/plusplus?unsu...ie.nctu.edu.tw



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.