Object.factory from shared libraries
    krzaq via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Fri Sep 26 05:37:36 PDT 2014
    
    
  
I'd like to extend my program's functionality from plugins, 
that'd be loaded by name (or not) as requested by the config 
file. Is it possible to throw in a few dlls/sos implementing 
those new modules into a directory and hope that they will be all 
loaded and available to Object.factory in the main executable?
I hope I'm clear enough.
    
    
More information about the Digitalmars-d-learn
mailing list