Basic SQLite Application

Jesse Phillips Jesse.K.Phillips+D at gmail.com
Wed Jun 1 15:58: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. I'm fine with using a dll, but I don't know how to get the 
> corresponding .bin. I'm guessing there is just a c header file. 
> Is this a case where I would need to make bindings?


In this case this lib is the dynamic bindings to the dll.


More information about the Digitalmars-d-learn mailing list