Basic SQLite Application

Adam D Ruppe destructionator at gmail.com
Wed Jun 1 16:47:01 UTC 2022


On Wednesday, 1 June 2022 at 15:40:43 UTC, harakim wrote:
> It's been a long time since I did any C development, and I have 
> never done any on windows, but I thought I could statically 
> link to the .lib at compile time and then I wouldn't need a dll.

You sometimes can, it depends on how the library is built. If it 
was built as a dll, you need to use it that way unless you 
recompile the library itself.


More information about the Digitalmars-d-learn mailing list