embedding a library in Windows
    Nestor via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Mon Jan 30 05:00:15 PST 2017
    
    
  
Hi,
In Windows, is it possible embed a dll library into an 
application (in this particular case, sqlite3.dll)? Notice I 
don't mean storing the resource in the application to extract it 
at runtime, but rather to produce a static self-contained 
application.
If it's possible, please provide a brief howto.
Thanks in advance.
    
    
More information about the Digitalmars-d-learn
mailing list