Re: linking error
Re: linking error
- Subject: Re: linking error
- From: Michael <email@hidden>
- Date: Mon, 4 Aug 2008 21:10:53 -0700
Thanks...I realize that and would probably have gotten to that once I
could get past the extern problem.
Thanks.
On Aug 3, 2008, at 4:06 PM, Greg Guerin wrote:
You also have to use consistent types. So removing the 'static'
from 'static char' is only half the problem. The other half of the
problem is that a global variable is defined as 'char' in one place,
but declared 'extern int' elsewhere.
_______________________________________________
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