From: Warren Young Date: July 14 2005 6:49pm Subject: Re: Unresolved External Symbol List-Archive: http://lists.mysql.com/plusplus/4643 Message-Id: <42D6B3C8.1090208@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Brian Farmer wrote: > mysqlpp::Connection::Connection(void)" (??0Connection@mysqlpp@@QAE@XZ) You've got old headers hanging around somewhere, or modules still built against those old headers. There is no Connection ctor taking void any more.