Re: [sqlite] SQLITE_ENABLE_FTS3

2008-05-22 Thread Dennis Cote
paul breen wrote: > I want to build sqlite3.dll with fts3 support. > > I found "#ifdef SQLITE_ENABLE_FTS3" by searching the code but I do not know > how to "def" SQLITE_ENABLE_FTS3. I can guess by setting it to some value > somewhere. > Please tell me how to do this and I will go back t

[sqlite] SQLITE_ENABLE_FTS3

2008-05-19 Thread paul breen
Hello: I want to build sqlite3.dll with fts3 support. I can build the dll but I don't know how to "switch on" or define SQLITE_ENABLE_FTS3. Obviously, I am not a c programmer, I just want the dll for powerbasic. Here is what I have: I have visual studio 2005. console project set.