• 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
incompatible type for argument 3 of indirect function call ????
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

incompatible type for argument 3 of indirect function call ????


  • Subject: incompatible type for argument 3 of indirect function call ????
  • From: Nebagakid <email@hidden>
  • Date: Mon, 21 Apr 2003 20:33:29 -0400

This line: NSData * dataToLog = [thetextView RTFDFromRange: [self
rangeOfEntireDocument]];

Gives me this::: incompatible type for argument 3 of indirect function
call


Some more notes:
- (NSRange) rangeOfEntireDocument {
int length = 0;
if ([thetextView string]!=nil) {
length = [[thetextView string] length];
}
return NSMakeRange(0,length);
}


So, uhm... what's up?

-Danny Cohen
_______________________________________________
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: incompatible type for argument 3 of indirect function call ????
      • From: Nathan Day <email@hidden>
  • Prev by Date: nspopupbuttoncell
  • Next by Date: Re: Alternative to MacTCP in Cocoa?
  • Previous by thread: nspopupbuttoncell
  • Next by thread: Re: incompatible type for argument 3 of indirect function call ????
  • Index(es):
    • Date
    • Thread