Re: How to create a C++ project in Xcode
Re: How to create a C++ project in Xcode
- Subject: Re: How to create a C++ project in Xcode
- From: Shawn Erickson <email@hidden>
- Date: Fri, 13 Mar 2009 09:08:49 -0700
On Fri, Mar 13, 2009 at 8:55 AM, Justin Li <email@hidden> wrote:
> I have carefully, the fuction in fast_me.h and fast_me.c which are all
> already included in my project.
>
> I don't know why?
Please take some time to review the Xcode user guide, especially the
section on targets and adding files to your project. The questions you
are asking are basic in nature and your time will likely be better
spent reading the Xcode documentation/tutorial then waiting for help
from this list.
Mostly likely your .c file was not added to the target building your
executable... as a result it isn't being compiled. Also if your
headers are include in the project you shouldn't have to messy with
any header include paths.
-Shawn
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden