Re: [Mysql-cocoa-users] Method to expose MYSQL pointer
Brought to you by:
sergecohen
From: Aaron J. <aj...@ed...> - 2004-09-07 13:36:20
|
Last thing, I swear! (Sorry, I keep forgetting stuff.) I should also mention that when I linked against the fink version of the library it gave me a much smaller framework - for the bundled version it was 408 KB versus 1.5 MB. That was a nice bonus. Aaron On Sep 7, 2004, at 8:28 AM, Aaron Jacobs wrote: > Oh, I forgot to mention that to do this I had to build a custom > version of SMySQL that included libmysql's errmsg.h header file. It > would probably be a good idea to do this in the main distribution so > that you can test against various errors returned from getLastErrorID. > > While we're talking about that, I also wondered why the version of > libmysqlcient linked against by SMySQL is so old (4.0.14) as well as > its headers, which mention server version 4.0.5. I linked against > fink's version (4.0.17) and that worked great. > > Aaron > |