[fpc-devel] don't you thinkit'stime toupdatedelphimodecompatibility? - IDispatch, implements
Jonas Maebe
jonas at zeus.ugent.be
Sun May 29 13:28:57 CEST 2005
On 29 May 2004, at 13:19, Matthias Hryniszak wrote:
> Might it be possible to keep a recerence counter for procedures/
> methods while compiling them and then not to include them in the
> objects that are passed to the linker? I know it sounds semi-
> serious, but maby that's the easiest way to go around the linker-
> problem and be linker-independent.
With -CX -XX, the linker does all the work for us (at least on
platforms where the generation of smartlinkable code is supported by
the compiler, and those definitely include Win32, Dos and Linux/x86
-- it does not yet work under e.g. Mac OS X).
Jonas
More information about the fpc-devel
mailing list