On Tue, Jun 28, 2011 at 6:45 AM, Phong Cao <phn...@gmail.com> wrote:

> However, the program was not compiled. I also read on some forums saying
> that sqlite3 must be compiled with gcc. But since I am using gtkmm and C++
> code for my project I wonder if there is anyway possible to compile sqlite3
> using g++? If so, please tell me how.
>

There is NOTHING wrong with mixing .c and .cpp files in one C++ project.
Compile the C code with gcc and C++ code with g++, and then link them
together as you would any other objects.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to