15 messages in com.mysql.lists.plusplusUnresolved External Symbol
FromSent OnAttachments
Wolfram Arnold06 Jul 2005 01:15 
Chris Frey06 Jul 2005 03:39 
Wolfram Arnold06 Jul 2005 08:22 
Warren Young06 Jul 2005 10:51 
Warren Young06 Jul 2005 10:52 
Chris Frey06 Jul 2005 12:42 
Warren Young06 Jul 2005 13:50 
Chris Frey06 Jul 2005 15:25 
Warren Young06 Jul 2005 19:23 
Chris Frey07 Jul 2005 19:11 
Warren Young07 Jul 2005 23:25 
Brian Farmer14 Jul 2005 06:58 
Warren Young14 Jul 2005 11:49 
Ankur G35 Saxena16 Jul 2005 19:20 
Warren Young18 Jul 2005 05:05 
Subject:Unresolved External Symbol
From:Brian Farmer (bria@profileonemarketing.com)
Date:07/14/2005 06:58:21 AM
List:com.mysql.lists.plusplus

The examples all compile and run perfectly for me now, but when I try to use them in my own project, the linker gives me one unresolved external symbol error for each time I try to use a mysqlpp function. I've already tried rebuilding the library and matching the code generation settings, and I'm pretty well stuck here. Thanks for any help you guys can give me.

error LNK2019: unresolved external symbol "public: __thiscall mysqlpp::Connection::Connection(void)" (??0Connection@mysqlpp@@QAE@XZ) referenced in function "public: __thiscall campaign::campaign(void)" (??0campaign@@QAE@XZ)