On Fri, Aug 22, 2008 at 03:33:41PM +0800, Paul Ishenin wrote: > > unit money; > interface > > function Bla:Boolean; cdecl; external 'money.so'; That's different. That requires smartlinking entire libs, not functions. (which is the same problem as eliminating units with initialization)