> > What i'd like to see is compiler level support for loading > dynamic libraries > > and binding thier functions on demand. > > Like the database-base packages do? (example: > packages/base/ibase/ibase60dyn.pp) ok that unit really confuses me, it seems to treat procedures declared external as if they were pointers. what exactly is going on?!