Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

rahul29tech

macrumors member
Original poster
Dec 22, 2011
41
0
i want to import this library, as i saw in an example #import "/usr/include/sqlite3.h"

so how i know that in my mac where this library is present?????

how to import this file in my application when i don't know where this library is actually present???

plz help me...
 
i want to import this library, as i saw in an example #import "/usr/include/sqlite3.h"

so how i know that in my mac where this library is present?????

how to import this file in my application when i don't know where this library is actually present???

plz help me...

sqlite3 is part of Mac OS X and is present on every system.

The path "/usr/include" is one of the system paths for headers, so the correct statement to use would be

#import <sqlite3.h>

Other than that, I really have a hard time understanding your question.

EDIT: Changed '"' to '<>', because this means "search system header paths"
 
Other than that, I really have a hard time understanding your question.

y this is soo sir???? am not understanding please tell me clearly , is it any mistake i did??
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.