Loading Plugins (DLLs) on-the-fly

Viewed 1413

Is there a way to dynamically load and call functions from DLLs dynamically in D? I'd like my program to be able to load plugins at startup and perhaps on-the-fly as well.

1 Answers
Related