• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: get superclass instance
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: get superclass instance


  • Subject: Re: get superclass instance
  • From: "Sean McBride" <email@hidden>
  • Date: Wed, 9 Mar 2005 10:39:14 -0500
  • Organization: Rogue Research

On 2005-03-07 21:40, Thomas Lachand-Robert said:

>Also "void* x = super" is accepted, but it doesn't make sense. My guess
>is that there is a bug in the compiler here. Notice that "class" is not

"the" compiler? :)

	void* x = super;
	void* y = super->class;

builds in XCode 1.5, but with CodeWarrior 9.4 I get:

Error   : undefined identifier 'super'
RRMainWindowController.m line 171    void* x = super;

Error   : undefined identifier 'super'
RRMainWindowController.m line 172    void* y = super->class;


--
____________________________________________________________
Sean McBride, B. Eng                 email@hidden
Rogue Research                        www.rogue-research.com
Mac Software Developer              Montréal, Québec, Canada


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Re: get superclass instance (From: Thomas Lachand-Robert <email@hidden>)

  • Prev by Date: Re: html and cocoa
  • Next by Date: Re: NSEnumerator retaining objects?
  • Previous by thread: Re: get superclass instance
  • Next by thread: Re: Cocoa-dev Digest, Vol 2, Issue 302
  • Index(es):
    • Date
    • Thread