[fpc-devel] Circular references and forward declarations

Florian Klaempfl florian at freepascal.org
Wed Jan 6 00:20:10 CET 2010


Graeme Geldenhuys schrieb:
> On 05/01/2010, Martin Sucha <anty.sk at gmail.com> wrote:
>> You should be able to achieve that by putting some ifdefs around interface and
>>  implementation (and other) parts of your autogenerated programs and then for
>>  example
> 
> True and I have done this before. BIG problem is that class visibility
> goes out the window! All classes can access ALL private and protected
> field variables or methods of other classes. NOT GOOD!

That's why we've strict private/protected.



More information about the fpc-devel mailing list