Circular Object Reference
Dave Hein
Posts: 6,347
I have a large object that I want to split into two objects.· The problem is that the two objects reference methods in each other.· If I use OBJ statements that reference each other I get an illegal circular reference error.· Is there a way to get around this other than duplicating methods in the two objects, or splitting them into three objects where the lowest object contains the common methods?
Comments
-Phil