From: Erwin C. Date: May 31 2012 8:53pm Subject: Re: mysqlpp_d.dll List-Archive: http://lists.mysql.com/plusplus/9521 Message-Id: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=14dae9340f1752ff5104c15b45b3 --14dae9340f1752ff5104c15b45b3 Content-Type: text/plain; charset=ISO-8859-1 YES!!! That solved the problem haha. I included the 64-bit libmysql.lib :) After more than 2 days trying to fix the error this 32-bit 64-bit pointer made me realise what the heck was wrong and so I fixed it now. Thanks a lot man...do you want a cup of coffee?(1USD) On Thu, May 31, 2012 at 8:53 PM, Warren Young wrote: > On May 31, 2012, at 12:49 PM, Erwin C. wrote: > > > In answer to your first question. No I use the shipped vs 2008 solution > > (converted to 2010) version. > > As for the libmysql.lib, it's from the MySQL c connector. I indeed had to > > change/update some inclusion directories yet still they give me those > > errors. I've been stuck for 2 days now :( > > In that case, my best guess is that you're mixing 32- and 64- bit builds. > The stock MySQL++ project files build a 32-bit library, so you'd need to > link them to a 32-bit version of Connector/C. Or, follow the 64-bit > project conversion instructions in README-Visual-C++.txt. > -- > MySQL++ Mailing List > For list archives: http://lists.mysql.com/plusplus > To unsubscribe: http://lists.mysql.com/plusplus > > --14dae9340f1752ff5104c15b45b3--