library-dll ( obj -- dll )
Factor handbook » C library interface » Loading native libraries

Prev:remove-library ( name -- )
Next:deploy-library ( name -- )


Vocabulary
alien.libraries

Inputs
objan object


Outputs
dlla DLL handle


Word description
Looks up a library by logical name and outputs a handle which may be passed to dlsym or dlclose.

Definition


Methods