Re: [sqlite] Minor issue: compile error with 3.19 and MSVC 2005

2017-05-23 Thread Christian Schmitz

> Am 22.05.2017 um 23:52 schrieb Wolfgang Enzinger :
> 
> Hallo,
> 
> I don't think this is a big deal, but probably helpful for one or another:
> 
> I tried to compile SQLite 3.19 with MSVC 2005 and got a compile error C2143
> at line 143542 of sqlite3.c.

I run into the same issue with VS 2008.
Not a big problem and easy to fix.

I still wonder why it reports an error about an extra semicolon.

Sincerely
Christian

-- 
Read our blog about news on our plugins:

http://www.mbsplugins.de/


___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] Minor issue: compile error with 3.19 and MSVC 2005

2017-05-22 Thread Wolfgang Enzinger
Hallo,

I don't think this is a big deal, but probably helpful for one or another:

I tried to compile SQLite 3.19 with MSVC 2005 and got a compile error C2143
at line 143542 of sqlite3.c.

Removing the trailing semicolon from

if( (zKey = sqlite3_uri_parameter(zOpen, "hexkey"))!=0 && zKey[0] ){;

fixed the issue.

All the best, Wolfgang

___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users