Re: Xcode beginner problem (tutorial build)
Re: Xcode beginner problem (tutorial build)
- Subject: Re: Xcode beginner problem (tutorial build)
- From: Nick Zitzmann <email@hidden>
- Date: Thu, 29 Sep 2005 19:49:08 -0600
On Sep 29, 2005, at 7:41 PM, Lee Cullens wrote:
I've gone back through the instructions five times now letter by
letter.
The error says:
/usr/bin/ld: Undefined symbols:
_InsertRect
But according to the code you mentioned, the symbol is supposed to be:
InsetRect(&bounds, 12, 12);
That's "InsetRect", not "InsertRect". The former is a Carbon
function; the latter is a typo with one too many Rs. You might want
to make sure you typed that correctly...
Nick Zitzmann
<http://seiryu.home.comcast.net/>
S/MIME signature available upon request
_______________________________________________
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