Re: mysql objc options
Re: mysql objc options
- Subject: Re: mysql objc options
- From: "Richard Chamberlain" <email@hidden>
- Date: Thu, 10 Jun 2004 23:03:22 +0200
On Thu, 10 Jun 2004 17:04:50 +0200, Joakim Danielson <email@hidden>
wrote:
On 2004-06-10, at 15.19, Richard Chamberlain wrote:
I also tried to install the ObjC MySQL framework from sourceforge but
had similar problems in finding simple instructions in how to setup
Xcode to use it.
Try this document:
http://www.forbiddenbyte.co.uk/cocoa/mysql-cocoa_bundling_in_xcode.pdf
Joakim
Thanks for the reply and the helpful document.
I had pretty much done this exactly, so I was pleased I wasn't completely
stupid.
However when I tried to import the framework I had troubles.
However this time I read the errors and found that there were import
problems in SMySQL.h which read something like #import
<SMySQL/SMySQLConstants.h> and should have read
<SMySQL_bundled/SMySQLConstants.h>. Apart from that everything works fine
now. (well except numOfRows in the result doesn't work).
Thanks again,
Richard
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.