still doesn't work. Do I need to download the precompiled binaries at all? or
including the sqlite3.c and sqite3.h found in the amalgamation is enough?



smengl90 wrote:
> 
> Here is my email address fixed-term.seak.meng...@us.bosch.com
> 
> Thanks
> 
> 
> Black, Michael (IS) wrote:
>> 
>> 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
>> 
>> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/setup-sqlite-in-vc%2B%2B-tp29086729p29099998.html
Sent from the SQLite mailing list archive at Nabble.com.

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

Reply via email to