Re: [sqlite] Error : sqlite3.h:1722: parse error before string constant

2009-04-17 Thread manohar s
Hi, Renaming the parameters did the trick. however I searched in the app for such declarations, I could not find any, But there are many third party libraries are included before that. One of them might have caused the problem. Thanks for the quick replies. Manohar On Sat, Apr 18, 2009 at 12:31

Re: [sqlite] Error : sqlite3.h:1722: parse error before string constant

2009-04-17 Thread D. Richard Hipp
On Apr 17, 2009, at 2:53 PM, manohar s wrote: > Hi > > I am getting this error: > > sqlite3.h:1757: parse error before string constant > > Whenever I am including the static sqlite library in my c++ app. > This is > happening with recent release 3.6.13. Earlier I never experienced any >

[sqlite] Error : sqlite3.h:1722: parse error before string constant

2009-04-17 Thread manohar s
Hi I am getting this error: sqlite3.h:1757: parse error before string constant Whenever I am including the static sqlite library in my c++ app. This is happening with recent release 3.6.13. Earlier I never experienced any problem. In that line in the header file, This function is present: