On 2013-08-31 23:42, H. S. Teoh wrote:
Excellent! I presume it will be type-safe and support all the usual D idioms? (I.e., none of that ugly mess with dlsym and C++, where casting void* returned by dlsym() to a func ptr is undefined behaviour according to the C++ spec).
It looks like it only contains functions for loading and unloading DLL's. No functions for handling symbols.
https://github.com/D-Programming-Language/druntime/pull/593 -- /Jacob Carlborg
