I've got Visual Express 2008 C++ -- I made a Win32 console application and 
compiled this just fine.
 
If you want to send your email address I'll email you the project and you can 
try it on the non-Express version.
 
 
Michael D. Black
Senior Scientist
Northrop Grumman Mission Systems
 

________________________________

From: sqlite-users-boun...@sqlite.org on behalf of smengl90
Sent: Wed 7/7/2010 12:19 PM
To: sqlite-users@sqlite.org
Subject: Re: [sqlite] EXTERNAL:Re: EXTERNAL: setup sqlite in vc++




Ok, I did just that, but now I get errors when compiling, all related to the
malloc operations.

1>Compiling...
1>TestSqlite.cpp
1>c:\documents and settings\las1pal\my documents\visual studio
2008\projects\sqlite3\sqlite3.c(12281) : error C2440: '=' : cannot convert
from 'void *' to 'char *'
1>        Conversion from 'void*' to pointer to non-'void' requires an
explicit cast
1>c:\documents and settings\las1pal\my documents\visual studio
2008\projects\sqlite3\sqlite3.c(12975) : error C2440: '=' : cannot convert
from 'void *' to 'sqlite3_int64 *'
1>        Conversion from 'void*' to pointer to non-'void' requires an
explicit cast
1>c:\documents and settings\las1pal\my documents\visual studio
2008\projects\sqlite3\sqlite3.c(13028) : error C2440: '=' : cannot convert
from 'void *' to 'sqlite3_int64 *'
1>        Conversion from 'void*' to pointer to non-'void' requires an
explicit cast
1>c:\documents and settings\las1pal\my documents\visual studio
2008\projects\sqlite3\sqlite3.c(15959) : error C2440: '=' : cannot convert
from 'void *' to 'sqlite3_mutex *'
1>        Conversion from 'void*' to pointer to non-'void' requires an
explicit cast
.......

Is it because I include a .c source file in a c++ project?

Thanks




_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to