How do I load a shared library?
    Nafees via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Mon Oct 10 03:51:39 PDT 2016
    
    
  
Fixed this issue, stackoverflow helped 
http://stackoverflow.com/questions/39929495
just compiled the library with -fPIC -m32 -shared
    
    
More information about the Digitalmars-d-learn
mailing list