The sqlite3ErrStr function is giving me a linker error when compiled. All the other sqlite version 3_0_7 functions used compile correctly. Sqlite is compiled in to a static library, and that library is used in a Win32 application compiled in visual studio. The exact linker error that is shown when compiling the Win32 application using the library is:

unresolved external symbol "char const * __cdecl sqlite3ErrStr(int)

Can anyone give some information on maybe how to solve this? The sqliteint.h file is in included in the cpp file that calls the sqlite3ErrStr function

Thanks
Steve


Reply via email to