06/03/21 09:19:26
URLリンク(www.lazarus.freepascal.org)
・Why must I rebuilt the IDE to install a package? Why can't I simple load it dynamically?
Loading dynamic libraries is a compiler issue. FPC is not yet able to create/load
dynamic libraries with full featured object pascal and strings. That's why Lazarus
can only load packages/libs static. The FPC team has decided to implement this feature
after the release of fpc 2.0
FPCがバージョンアップされると、Lazarusの再ビルドは不要になるかもしれない