[lazarus] circular unit references

A.J. Venter ajventer at direqlearn.org
Sat Jun 21 14:52:22 EDT 2003


If at all possible, move the parts that you need in both to a third unit. 
Circular linking is considdered very bad programming style, which is why 
pretty much no compiler for any language bothers to support it.

A.J.
On Saturday 21 Jun 2003 8:12 pm, Marius Popa Adrian wrote:
> I need to use one unit from another but some definitions are in the first
> unit For example
> i have fibquery unit and uses fibblob and inside the fibblob i have
> references to fibquery the compiler gives me an error ( circular unit
> references )
> Any ideeas ?
>
> compiler - fpc1.0.7
>
> _________________________________________________________________
>      To unsubscribe: mail lazarus-request at miraclec.com with
>                 "unsubscribe" as the Subject
>    archives at http://www.lazarus.freepascal.org/mailarchives






More information about the Lazarus mailing list