I'm trying to make a SQLite3 connection, i instelled well to VC++, but when I import and declare a connection give me errors...
I have that:
Give me that:
I have that:
Code:
#include <sqlite3\sqlite3.h>
void main()
{
sqlite3 db;
}
Help? :/Quote:
Error 6 error C2079: 'db' use struct 'sqlite3' not defined A:\LoginServer\LoginServer\main.cpp 130 1 LoginServer