On Sat, 4 Mar 2006 12:57:41 -0500
Paul Davidson <[EMAIL PROTECTED]> wrote:

> unit cUnit
> interface
>       uses bUnit;
>       type
>               cObj = class( bObj )
> implementation
>       aVar := at_Last;   <----------- ERROR!
> 
> The implementation of cUnit requires a USE aUnit; in order to compile 
> since at_last is no longer visible.

This wouldn't be solved by nested types AFAICS ?

Micha
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to