embedding a library in Windows

Adam D. Ruppe via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Jan 30 05:58:45 PST 2017


On Monday, 30 January 2017 at 13:29:20 UTC, Nestor wrote:
> OK, and in case I have a sqlite3.a file

Just pass the sqlite3.a file instead of sqlite3.lib and the 
compiler should do the rest... worst case is you might need to 
edit the source of my sqlite.d to comment out the pragma(lib) 
line to explicitly deny the dependency, but I think it will just 
work with the .a since it will find the functions in there.


More information about the Digitalmars-d-learn mailing list