On 7 July 2010 18:19, smengl90 <fixed-term.seak.meng...@us.bosch.com> wrote:
>
> 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 *'
.
.
.
.
> .......
>
> Is it because I include a .c source file in a c++ project?

Maybe - have you marked that 1 file as 'compile as c code'?

(Properties -> C/C++ -> Advanced tab)

>
> Thanks
>

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

Reply via email to