On Wed, 14 Apr 2010, Juha Manninen wrote:
Hi Circular references are a real problem in real (non-trivial) Object Pascal programs. You could look at this thread: http://www.mail-archive.com/[email protected]/msg16051.html The solution is to copy everything into one big unit. That's what everybody finally does after fighting with interfaces, abstract base classes and type casting.
It is all a matter of design. In more than 20 years of pascal programming, I never encountered this problem. Michael. -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
