Handbook
Glossary
dll
Vocabulary
alien
Class description
The class of native library handles. See
Alien object literal syntax
for syntax and
DLL handles
for general information.
The dll tuple has one slot 'path' which holds the filesystem path to the library being loaded in the systems
native-string-encoding
, usually
utf8
on unices and
utf16n
on windows.
Definition
USING:
byte-arrays
;
IN:
alien
BUILTIN:
dll
{
path
byte-array
read-only
initial:
B{
}
}
;
Methods
USING:
alien
alien.libraries
destructors
;
M:
dll
dispose
dlclose
;
USING:
alien
alien.strings
kernel
prettyprint.backend
prettyprint.custom
;
M:
dll
pprint*
dll-path
dup
"DLL\" "
"\""
pprint-string
;