• 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: Trouble with IB
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Trouble with IB


  • Subject: Re: Trouble with IB
  • From: Cameron Hayne <email@hidden>
  • Date: Fri, 31 May 2002 16:21:15 -0400

Martin Kautz <email@hidden> wrote:
after adding a class (sample.h and sample.m) an removing them I get compile
warnings all the time...
<snip>
myClass.m: In function `-[myClass doSelectDatabase:]':
myClass.m:63: warning: `myClass' does not respond to
`mysqlConnectToHost:withUserName:withPassWord:'

This sort of warning usually means that the method (mysqlConnectToHost:withUserName:withPassWord:)
is not declared in the header file (myClass.h).
Or, if myClass is derived from some other class which implements these methods, maybe you aren't including the header file for that class?
I don't see how adding & removing some other independent class would cause this - maybe you accidentally removed other files from your project at the same time?
... Cameron

--
Cameron Hayne (email@hidden)
Hayne of Tintagel
_______________________________________________
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.

  • Prev by Date: Re: About sockets...(part III)
  • Next by Date: Is there a Cocoa or Unix way to find all applications?
  • Previous by thread: Trouble with IB
  • Next by thread: Finding out about all user level changes in NSTextView?
  • Index(es):
    • Date
    • Thread