[18-06-2005 0:54, Randall Fox escreveu]
 When I then try to build the project, I get internal compiler errors.
 Here are the first few lines of 35 errors it has:

I have built v3.08 and v2.x using VC++ 6 and 7.x
You do get a lot of casting warnings (which you can turn off/ignore), but I never got a compiler error.

Same with me.

I would suspect it is something to do with your setup.. In fact I have only once seen an INTERNAL COMPILER ERROR when using VC++, and it was my fault.

Well, MSVC 6.0 does a lot of this when compiling C++ code with advanced
features (that it doesn't support or support badly).

My tip would be to make sure you're not compiling the code as C++ or
that you use C++ code in other files (by building sqlite as a static C
library and only then linking it to your code).

Regards,
~Nuno Lucas

Reply via email to