Re: Trouble with IB
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.