Loading Symbols from Loaded Libraries

Matt via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Sep 1 06:31:30 PDT 2014


If I were to use Runtime.loadLibrary(), it claims to merge any D 
GC in the shared lib with the current process' GC.

Do I need to version away symbol loading code for each platform?
Or is there already code in Phobos that allows us to do this 
independent of platform?


More information about the Digitalmars-d-learn mailing list