Re: Where to put static libraries?
Re: Where to put static libraries?
- Subject: Re: Where to put static libraries?
- From: Denis Stanton <email@hidden>
- Date: Tue, 10 Feb 2004 17:56:20 +1300
Marty
On Tuesday, February 10, 2004, at 05:02 PM, Marty Ray wrote:
I am trying to write an application that allows me to access a mysql
database. They have a static library "libmysqlclient.a" that I need to
link to, but I can't figure out how to do that.
I'm hoping someone who know more about this will answer because I
wasn't sure about this myself. In the mean time I have something
working with my Cocoa appl
I'm not sure if this is the best way to do it. I have the following:
/Users/me/Library/Frameworks/SMySQL_static.framework/Headers/...
/Users/me/Library/Frameworks/SMySQL_static.framework/SMySQL_static
etc
in my code I have
#import <SMySQL_static/SMySQL.h>
@class SMySQLConnection;
@class SMySQLResult;
denis
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.