Using MCPKit framework in Cocoa app.

Posted by pawz on Stack Overflow See other posts from Stack Overflow or by pawz
Published on 2010-01-17T11:54:13Z Indexed on 2010/03/19 13:01 UTC
Read the original article Hit count: 168

Filed under:
|

I'm trying to integrate the MCPKit MySQL framework available at http://mysql-cocoa.sourceforge.net/ into my cocoa application. I've added the framework and included the header file but when I try to define my first MCPConnection variable it says "MCPConnection undeclared". Is anyone successfully using MCPKit on leopard ? Or is there another framework that people use to access MySQL ?

© Stack Overflow or respective owner

Related posts about mysql

Related posts about objective-c