On Thursday, 8 December 2022 at 14:28:02 UTC, johannes wrote:
doing the following : (sqlite3 version 3400000)

gcc -E -dD sqlite3ext.h > sqlite3ext.i
dstep sqlit3ext.i -o/we/sqlite3/package.d

when compiling a program using this interface (import we.sqlite3), I receive Errors like :

[...]


Have you tried any of the existing sqlite3 wrapper libraries? https://code.dlang.org/search?q=sqlite

Reply via email to