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

Reply via email to