[fpc-devel] Comparison FPC 2.6.2 - Delphi 7

Marco van de Voort marcov at stack.nl
Tue Mar 5 13:42:12 CET 2013


In our previous episode, Henry Vermaak said:
> > That does't work, since in FPC an unit is an interface AND an
> > implementation. And inline functions are in the implementation, not the 
> > interface.
> > 
> > The only way is to simply toss the modular system (units) out, and work with
> > $i, declare functions as externals in headers, let the compiler spit out
> > dependencies.
> 
> OK, I'll drop this line of enquiry then :)  Thanks for the information
> (and the patience).

No problem at all, writing it down helped me see things more clearly too.

I before never thought about the incremental build aspect.



More information about the fpc-devel mailing list