views:

85

answers:

1
+1  Q: 

Xcode header files

This is a simple question - or maybe not - how do I add external headers to my project (C++ command line tool) in Xcode? How do I also add external dynamic libraries to it? any help greatly appreciated. I am new to xcode.

Max.

A: 

See e.g. step 4 in this article, Apples Introduction to Porting UNIX/Linux Applications to Mac OS X is also worth a read.

Georg Fritzsche
Sorry GF I am new to xcode and C++, what exactly do I need to do. I am trying to drag the '.a' and '.dylib' files into Xcode. Where do exactly though do I need to drag them into?Max.
user7289
I have had a look and it hasnt yet got clearer - will keep looking....Max.
user7289
...after experimenting for a while - this ended up good. Thank you for the advice! Max.
user7289
...http://www.soulstorm-creations.com/PROJECT%5FSOULSTORM%5F2%5F0/programming-articles/installing-portable-libraries-on-os-x.html is the answer. 1.
user7289
Sorry, was off for a bit. Glad it worked out.
Georg Fritzsche