Integrating a C project in the iPhone SDK

Posted by iPhoneARguy on Stack Overflow See other posts from Stack Overflow or by iPhoneARguy
Published on 2010-03-27T04:31:12Z Indexed on 2010/03/27 4:33 UTC
Read the original article Hit count: 289

Filed under:
|
|
|

Hello,

This is my first time doing this sort of project so apologies if the question is silly.

I've got a question about using a C project with a project in the iPhone SDK. I've dragged and dropped the C project into the iPhone project in Xcode (so it appears in the screenshot below).

sjeng.h is a file inside GameEngine.xcodeproj, but when I try to include the header file, I not only receive an error, but the file it is looking for seems to be capitalized whereas the import statement is not.

(I would post a screenshot but this is my first time doing something on stack overflow and I need more reputation points. The URL of the screenshot is here: http://imgur.com/AdrGL.png)

Does anyone know what the problem might be?

Thanks!

© Stack Overflow or respective owner

Related posts about iphone

Related posts about dependencies