On Saturday, 14 December 2013 at 13:45:00 UTC, Jacob Carlborg wrote:
You can instantiate classes at runtime using Object.factory. You can also loaded classes using dynamic libraries, just as in C or C++.
Yes, but loading a dynamic lib (shared) in C/C++ is at compile type, if I remembering right. But is there a way in D like dlopen() in C, which can be used at runtime?

Reply via email to