From: Warren Young Date: March 23 2005 1:05am Subject: Re: Linking issues using create macro List-Archive: http://lists.mysql.com/plusplus/4179 Message-Id: <4240C0BD.2040707@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Chris Gagnon wrote: > It is the destructor for a class as show below: > > 17 EOSServer::~EOSServer(){ > 18 RakNetworkFactory::DestroyRakServerInterface(server); > 19 delete serverConf; > 20 delete netHandler; > 21 delete universe; > 22 } Do as I said in the previous email. I think this has nothing to do with MySQL++. I think you'll find that the SSQLS declaration works fine elsewhere, and that you have some other fundamental problem.