in reply to Re: Cross reference between two classes and FIELDS
in thread Cross reference between two classes and FIELDS

Hi sgifford, Probably you're right. The problem with nontrivial inheritance relationships. But how to avoid it (to rebuild whole application is not appropriate way :))?

---
Michael Stepanov aka nite_man

It's only my opinion and it doesn't have pretensions of absoluteness!

  • Comment on Re^2: Cross reference between two classes and FIELDS

Replies are listed 'Best First'.
Re^3: Cross reference between two classes and FIELDS
by sgifford (Prior) on Sep 27, 2006 at 20:07 UTC
    I only had this problem when I put multiple classes with inheritance relationships in the same file; putting each class in its own file solved the problem.