[D-runtime] Runtime issue on Mac OS X

Sean Kelly sean at invisibleduck.org
Thu Jun 21 22:35:57 PDT 2012


On Jun 21, 2012, at 11:23 AM, Brad Roberts wrote:

> C apps still must initialize the d runtime, so do it from rt_init() or 
> whatever the function is called these days.

Or the library could expose an init() call of its own that first calls rt_init().  Either way, I think this is different from requiring the app developer to provide a static address or whatever for the function map.


More information about the D-runtime mailing list