[fpc-devel] Dynamically Loading Libraries
Sergei Gorelkin
sergei_gorelkin at mail.ru
Wed Nov 4 16:12:33 CET 2009
Ivo Steinmann wrote:
>
> but one thing would be nice to have. A compiler switch and/or built in
> function to check wheter a symbol is used or not. With this information
> is easy to implement "smart loading".
>
The problem is that when compiling a unit, you never know which symbols will be used in the program
and which will be not. It only becomes known at the linking stage.
Sergei
More information about the fpc-devel
mailing list