sqlite3.3.4 header + wrappers
Anders F Björklund
afb at algonet.se
Thu Mar 2 03:05:04 PST 2006
Lionello Lunesu wrote:
> I hope nobody minds me posting a 20KB attachment, but I don't know where
> else to put this. It's the latest sqlite3 header ported to D; the COFF
> import library; a D module with some RAII wrappers (useless now?) and
> similar wrappers for C++.
Here is what I got with GDC / Mac:
sqlite3.d:0: warning: pragma(lib) not implemented
ld: Undefined symbols:
_getch
Probably not important, but anyway...
Commenting "din.getch();" out and running it gave:
id name
1 test
2 blaataap
3 poep
id name
3 poep
2 blaataap
1 test
Error: 4invalid UTF-8 sequence
Not sure if that's good or bad ? (unittest, perhaps?)
--anders
More information about the Digitalmars-d
mailing list