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.
Tim