[Mysql-cocoa-users] Re: Mysql-cocoa-users digest, Vol 1 #149 - 1 msg
Brought to you by:
sergecohen
|
From: Lorenz T. <lo...@te...> - 2005-10-12 08:29:53
|
Hi, What is not compiling, the SMySQL framework or your project? What are the errors? I would use one of the binaries from the SMySQL project and include that in your project. Then you don't have to worry about compiling the framework. If you want to compile the framework, I think you need a proper installation of MySQL... For code samples about how to use the framework you can look at the source of CocoaMySQL which you find on http://cocoamysql. sourceforge.net. The basic steps for using the framework are: 1. add the framework to your project 2. if you are using the SMySQL_bundled, add a copy files build phase to add the framework to your application binary 3. import the SMySQL header where you want to use the framework Regards, Lorenz On Oct 12, 2005, at 05:20, mysql-cocoa-users- re...@li... wrote: > Hi everyone on this list... I'm not even sure if this list is still > alive. I'd very much like some help with working out stuff to do with > MySQL cocoa... does it still work? I can't seem to get it compliing > on My latest XCODE project. > > Can anyone help? > > Thanks in advance > Julian. |