gcc -E -dD; dstep; sqlite3
Siarhei Siamashka
siarhei.siamashka at gmail.com
Wed Dec 14 09:27:11 UTC 2022
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
More information about the Digitalmars-d-learn
mailing list