Trouble with IB
Trouble with IB
- Subject: Trouble with IB
- From: Martin Kautz <email@hidden>
- Date: Fri, 31 May 2002 14:43:13 +0200
Hello all,
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:'
myClass.m:63: warning: assignment from incompatible pointer type
myClass.m:64: warning: `myClass' does not respond to `emptyTable'
myClass.m:65: warning: `myClass' does not respond to `mysqlListTables:'
myClass.m:66: warning: `myClass' does not respond to `mysqlProcessResult:'
myClass.m:69: warning: `myClass' does not respond to `mysqlCloseConnection:'
myClass.m: In function `-[myClass doSelectHost:]':
myClass.m:97: warning: `myClass' does not respond to
`mysqlConnectToHost:withUserName:withPassWord:'
myClass.m:97: warning: assignment from incompatible pointer type
myClass.m:98: warning: `myClass' does not respond to
`mysqlGetServerVersion:'
myClass.m:99: warning: `myClass' does not respond to `mysqlListDatabases:'
myClass.m:100: warning: `myClass' does not respond to `mysqlStoreDatabases:'
myClass.m:108: warning: `myClass' does not respond to `emptyTable'
myClass.m:109: warning: `myClass' does not respond to `mysqlListTables:'
myClass.m:110: warning: `myClass' does not respond to `mysqlProcessResult:'
myClass.m:113: warning: `myClass' does not respond to
`mysqlCloseConnection:'
</snip>
The binary itself runs fine but I'd like to know whats doing wrong while
compiling...
Any ideas?
Martin
_______________________________________________
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.