hot reloading code gist

Ogion ogion.art at gmail.com
Fri May 16 08:37:34 UTC 2025


On Friday, 16 May 2025 at 03:18:38 UTC, H. S. Teoh wrote:
>
> dlopen is a POSIX call.  It sux because it's an OS C API, and 
> there's nothing we can do about it.
>

We do have `core.runtime.Runtime.loadLibrary` that uses 
`dlopen`/`LoadLibrary` depending on platform. But for some reason 
there’s no wrapper for `dlsym`/`GetProcAddress`.


More information about the Digitalmars-d mailing list