• 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: ObjectiveC++ strange warning at class declaration
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ObjectiveC++ strange warning at class declaration


  • Subject: Re: ObjectiveC++ strange warning at class declaration
  • From: Julien Palmas <email@hidden>
  • Date: Tue, 29 Mar 2005 09:03:39 +0900

Thanks Clark,

My MXLutType.h was actually included in another .h file (I don't know why btw) and this .h file was included in a .m file ... Removing the line solved the compilation problems ...

On Mar 28, 2005, at 10:30 PM, Clark Cox wrote:

On Mon, 28 Mar 2005 13:48:36 +0200, Peter Schmidt <email@hidden> wrote:
Am 28.03.2005 um 10:38 schrieb Julien Palmas:

@class MXChannel;
class TCLutType;

Hello,

this is a typo. It must be:

@class MXChannel, TCLutType;

or

@class MXChannel;
@class TCLutType;

No, it isn't. As the OP stated, TCLutType is a C++ class, not an Objective-C class. To the OP: The first thing I would check is to make sure that your header is not also included in any files that aren't compiled as Objective-C++.

--
Clark S. Cox III
email@hidden
http://www.livejournal.com/users/clarkcox3/
http://homepage.mac.com/clarkcox3/


_______________________________________________ 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: 
 >ObjectiveC++ strange warning at class declaration (From: Julien Palmas <email@hidden>)
 >Re: ObjectiveC++ strange warning at class declaration (From: Peter Schmidt <email@hidden>)
 >Re: ObjectiveC++ strange warning at class declaration (From: Clark Cox <email@hidden>)

  • Prev by Date: Re: Re[2]: NSTableView and memory management problem.
  • Next by Date: Bug w/NSTask and NSPipe? (was: Debugging problems)
  • Previous by thread: Re: ObjectiveC++ strange warning at class declaration
  • Next by thread: Re: ObjectiveC++ strange warning at class declaration
  • Index(es):
    • Date
    • Thread