[fpc-devel] a shared library suggestion
L505
fpc505 at z505.com
Wed May 10 17:20:52 CEST 2006
> > Do you know that FPC will have a Package system available in fpc 2.1.1, sooner or
later?
> > It will require shipping the RTL in a package, I think - which means we get into
Package
> > hell like BPL's offered. I'd rather have the ability to load one package and not have
to
> > ship the RTL as a package.
>
> That's the problem. The package _also_ requires the RTL. But maybe Borland
> only choice the "easy" solution and are there several.
I think you can manually load a single BPL - I haven't tried myself - but this is manual
work again whereas we are talking about automated solutions I guess..
i.e. loadlibrary('somebpl.bpl');
(I wonder if you can manually load an FPC package.. ?)
More information about the fpc-devel
mailing list