Dynamically calling external libraries.

Setra roederharpo at hushmail.com
Wed Feb 26 05:24:17 PST 2014


Hello all! I am in the process of creating a programming
language, and I have completed parsing for most of the actual
language (it is interpreted). I do not however have a way to
print to the screen yet. This is because I want to use external
libraries. My question is how in D can I call a external library
that is specified at runtime not compile time? I want the
scripting language to be able to specifiy a library to load /
call, and then do so while running. Any thoughts of how to do
this?

Thanks! -Setra


More information about the Digitalmars-d-learn mailing list