sqlite compiler errors

Posted by mspoerr on Stack Overflow See other posts from Stack Overflow or by mspoerr
Published on 2010-05-30T15:27:14Z Indexed on 2010/05/30 15:32 UTC
Read the original article Hit count: 380

Filed under:
|
|

Hello,

when including "sqlite.c" into my project, I get lots of compiler errors:

error C2027: use of undefined type "_ht"    d:\...\sqlite3.c    line 19556
...
fatal error C1003: Errors in the program are too numerous to allow recovery. The compiler must terminate.

When inlcuding "sqlite.c" into an empty test project, I have no problems. I already compared project settings and there are no big differences.
How can I troubleshoot this problem? Is there anyone who had the same issue?

Thanks,
mspoerr

© Stack Overflow or respective owner

Related posts about sqlite

Related posts about visual-c++