Re: [fpc-pascal] Library packages

2024-10-28 Thread Adriaan van Os via fpc-pascal
Sven Barth via fpc-pascal wrote: The main difference is that a program or library compiled without dynamic packages will each have a statically linked copy of the RTL (and any other code it uses). If a binary uses dynamic packages then the binary itself will not contain code that is contained

Re: [fpc-pascal] Library packages

2024-10-28 Thread Sven Barth via fpc-pascal
Adriaan van Os via fpc-pascal schrieb am Mo., 28. Okt. 2024, 08:27: > Can someone tell me what the status is of Library packages, aka "Delphi > packages" ? I found the > WIki but it looks like a > preliminary document. > Compile time usage of dynamic packag