|
Posted by Tim M on November 29, 2007, 6:03 am
Please log in for more thread options
How do I avoid problems with modules that depend on each other -
without getting function redefined errors etc.
e.g. I have two classes in two modules. Once called country one called
town. Both call functions in the other so both have to 'use' the other
- which causes the errors. I could turn off strict and warnings but
I'd rather fix it properly.
Is there a solution?
Thanks in advance,
Tim.
P.S. Please I'm not interested in an argument about whether I should
have the mutual dependency in the first place - if you want that start
another thread!
|