• 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
Newbie problem with protocol
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Newbie problem with protocol


  • Subject: Newbie problem with protocol
  • From: Pierre Neihouser <email@hidden>
  • Date: Sun, 26 Jan 2003 20:22:57 +0100

Hi,

Trying to implement NSTableDataSource protocol, I get an error message when I build my project.
Here is the interface:

#import <AppKit/NSTableView.h>
#import <Cocoa/Cocoa.h>

@interface TableLogger : NSObject <NSTableDataSource>

{
}

- (void)process:(NSTableView *)table;

@end

I get a "cannot find protocol declaration for `NSTableDataSource' " error message on build.
I thought I imported everything needed, but it looks like I forgot something.
Thanks for your help, if you need more information from me don't hesitate to ask.

-- Pierre
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: Newbie problem with protocol
      • From: Jeff Disher <email@hidden>
    • Re: Newbie problem with protocol
      • From: Jonathan Jackel <email@hidden>
    • Re: Newbie problem with protocol
      • From: j o a r <email@hidden>
    • Re: Newbie problem with protocol
      • From: Max Seelemann <email@hidden>
    • Re: Newbie problem with protocol
      • From: Andrew Pinski <email@hidden>
    • Re: Newbie problem with protocol
      • From: mw <email@hidden>
  • Prev by Date: [more] Re: Keyboard focus ring is being drawn multiple times
  • Next by Date: Re: Newbie problem with protocol
  • Previous by thread: [more] Re: Keyboard focus ring is being drawn multiple times
  • Next by thread: Re: Newbie problem with protocol
  • Index(es):
    • Date
    • Thread