SQLite library on Windows

Robik szadows at gmail.com
Thu Dec 27 00:56:49 PST 2012


On Thursday, 27 December 2012 at 01:45:26 UTC, BLM768 wrote:
> I've been trying various methods to get SQLite working in 
> Windows using the etc.c.sqlite3 bindings, but I can't figure 
> out how to get everything in a form that DMD likes. GCC doesn't 
> seem to output anything that OPTLINK can use, and I can't use 
> the standard DLL build without creating a .LIB file from it, 
> which apparently isn't an easy task. I can't remember if I've 
> tried compiling SQLite with DMC, but I'd rather avoid that 
> option because it would require a custom Makefile. Maybe 
> objcopy has an option that would help...
>
> Has anyone managed to get the library working on Windows?


Download their windows binaries and use Digital Mars implib tool 
with /system switch.


More information about the Digitalmars-d-learn mailing list