Re: [fpc-pascal] unit export control

2010-05-31 Thread Luca Olivetti
Al 31/05/10 18:25, En/na Jonas Maebe ha escrit: For instance, the first point I met is a literal notation for records "r := (a:1 ; b:2);". But fpc refuses that to me :-( (Same result with array notations.) FPC indeed does not support this, and I'm not aware of any immediate plans to add supp

Re: [fpc-pascal] unit export control

2010-05-31 Thread Jonas Maebe
On 31 May 2010, at 16:16, spir ☣ wrote: > I'm converting a few components, first developped in independant programs, > into units. I have 2 issues in the process. > > -1- internal dependency > How can an interface element E0 depend on an implementation element E1? It cannot, regardless of the

[fpc-pascal] unit export control

2010-05-31 Thread spir ☣
Hello, I'm converting a few components, first developped in independant programs, into units. I have 2 issues in the process. -1- internal dependency How can an interface element E0 depend on an implementation element E1? I cannot find a way to "forward-declare" E1, before E0, and have its act