vendredi 3 avril 2015

VC++ sqlite Compile issues

I am using Visual Studio 2013 Professional


I am trying to create a program that, among other things, uses sqlite to manage a roster of students. I had everything up and running until I tried to start adding UI windows. The UI windows needs to use the System namespace, which requires using /clr. However, the sqlite file is in C and needs to be compiled as /TP. but when I do this, a whole slew of errors pop up.


How can I get the System namespace to run on my project while still using the sqlite library?


Aucun commentaire:

Enregistrer un commentaire