getting around circular references in Delphi

Posted by Tom on Stack Overflow See other posts from Stack Overflow or by Tom
Published on 2010-04-15T12:00:21Z Indexed on 2010/04/15 12:03 UTC
Read the original article Hit count: 306

Filed under:

Is there a way of getting around circular unit references in Delphi?

Maybe a newer version of delphi or some magic hack or something?

My delphi project has 100 000+ lines of code mostly based on singleton classes. I need to refactor this, but that would mean several months of "circular reference" hell :)

© Stack Overflow or respective owner

Related posts about delphi