|
Hi everybody,
Yeah, I have just figured it out. I have two classes dependent on each other. That is to sat that each has methods that accepts objects of each others type. And as Mikuro said, the compiler can't load either till the other is loads.
So, Mikuro, I guess I'll leave them as id !
The only way round it would be to not use the 2nd class and add it's instance variables and methods into the 1st. However, the 1st class is already splitting at the seams - it's up to 80 methods!
Daniel.
|