> I'd suggest checking if the file you have changed (dllprt0.o) is really
> the one used during linking. For that purpose, compile your library with
> parameter '-s' (avoid linking) and carefully check the created script.res
> file to make sure that either dllprt0.o is listed with a full path and the
> full path specification corresponds to the modified file (and no other
> reference to dllprt0.o appears in the linker script), or none of the
> search directories listed in the produced linker script contains an older
> version of dllprt0.o if dllprt0.o is listed in the linker script without
> path.
Yep, super idea, i wil do it like that.
PS: fpc has lot of chance to have people like you.
Many thanks Tomas. (write you later).
Fred
_______________________________________________
fpc-devel maillist - [email protected]
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel