SQLite Not working - Cannot compile C file "sqlite3.c" with CLR.

  • Thread starter Thread starter seeyou17
  • Start date Start date
S

seeyou17

Guest
I am trying to start a database and be able to work n it with C++, but I am not able to compile anything because first "sqlite3.h" was not being recognized and when I finally linked the file "dqlite3.c" it would recognize the header file but would not compile the .c file. What should I do? What do I link and how do I do it so that I can make this work? Thank you.

Continue reading...
 
Back
Top