RE: compiler bug??
RE: compiler bug??
- Subject: RE: compiler bug??
- From: Philip Lukidis <email@hidden>
- Date: Thu, 8 Sep 2005 11:07:39 -0400
I've done that. And if that were the case (assuming I understand your
point), moving the member to another location after the issue has occurred
would not "solve" the issue.
Philip Lukidis
-----Original Message-----
From: Chris Espinosa [mailto:email@hidden]
Sent: Thursday, September 08, 2005 11:03 AM
To: Philip Lukidis
Cc: email@hidden
Subject: Re: compiler bug??
On Sep 8, 2005, at 6:21 AM, Philip Lukidis wrote:
> problems. When I moved the entire #ifdef #endif block to another
> location
> within the class, I had no problems. But when I placed the #ifdef
> #endif
> block right under the public keyword, all hell broke loose.
This implies that there is some client of the public interface of class
that isn't getting recompiled and re-linked when you change the class'
formal definition. It's then using invalid offsets into the class at
runtime, and "all hell" would indeed break loose.
Make sure that any libraries you link with that might have been
compiled against your public interface are recompiled.
Chris
_______________________________________________
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