[fpc-pascal] uses myunit in '../src/myunit.pas' ?
Sven Barth
pascaldragon at googlemail.com
Sun Feb 12 19:50:03 CET 2017
On 12.02.2017 19:25, fredvs wrote:
> For example, fpc can load dynamically libraries but it is not usable if that
> libraries depend on other libraries.
>
> It would be great (IMO) if fpc provide, unlike other compilers, some more
> modern ways to use things (units, libraries, etc...) with the appropriate
> need-path.
>
> But, once again, it is only a IMO.
Loading libraries is handled by the OS, not by the compiler or the RTL
and every OS has its own way to deal with dependencies.
Regards,
Sven
More information about the fpc-pascal
mailing list