Same here, except I used the sqlite_stricmp function or something like that.
Could a maintainer do a quick grep for strcasecmp and fix this.
Thanks
Kevin
Tim Anderson wrote:
I got a linker error when building sqlite3.exe with Visual Studio .NET 2003, sqlite version 3.1.2. The linker could not find strcasecmp (shell.c line 659). I replaced strcasecmp with _stricmp to get it to build.
Please take a look at ticket 1122 (<http://www.sqlite.org/cvstrac/tktview?tn=1122>).