|
|||||||||||
|
Re: Do C++ wrapper for the MySQL C API (MySQL++) support 64 bit Windows Vista?
From: Warren Young <mysqlpp(at)etr-usa.com>
Date: Mon Jul 30 2007 - 23:29:07 EDT
*Shrug* I don't know anyone who's tried it, but I don't see any technical reason why it can't work. Since there are no official MySQL++ binaries for Windows, you'll be building the library from source, so it should all be up to the compiler to ensure that it builds correctly for Vista x64. You'll probably have to change some project settings to make it target the AMD64 instruction set instead of the x86 instruction set, but having done that it should work fine. You'll have to be sure to link to an AMD64 version of the MySQL C API library, of course, If it doesn't, a report would be appreciated. > If not can anybody suggest me some other wrapper for MySQL C APIs Interesting question. I'm not actually aware of any other object-oriented C++ wrapper for MySQL++ that's still actively maintained. I know of one that's been abandoned, and there's the ridiculous number of Microsoft APIs (ADO, RDO, ODBC...) that all seem to be moribund since the release of .NET. I guess you could use Connector/NET from C++/CLI, but that's not quite fair. If there are any pure C++ MySQL C API wrappers that are under active development, I'd like to know about them. -- MySQL++ Mailing List For list archives: http://lists.mysql.com/plusplus To unsubscribe: http://lists.mysql.com/plusplus?unsub=lists@pantek.comReceived on Mon Jul 30 23:29:37 2007 This archive was generated by hypermail 2.1.8 : Thu Aug 09 2007 - 19:28:34 EDT |
||||||||||
|
|||||||||||