On 2/13/17, Bart Smissaert <[email protected]> wrote: > Downloaded the latest 3.17.0 (sqlite-autoconf-3170000.tar.gz > <https://www.sqlite.org/2017/sqlite-autoconf-3170000.tar.gz>) and replaced > my old 3.16.2 sqlite3.c file in the VC. Now for some reason I get lots of > errors when building a Windows dll. > First one is at line 16116 in this code block: > > #define SQLITE_SKIP_UTF8(zIn) { > if( (*(zIn++))>=0xc0 ){ > while( (*zIn & 0xc0)==0x80 ){ zIn++; } > } > } > > Error 1 error C2059: syntax error : 'while' > Line 16116 is actually the one after the line with while.
I'm not able to reproduce this problem. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

