"Noah Hart" <[EMAIL PROTECTED]> wrote: > Complies fine. > > Linking shell.c I get the following errors > > Error 326 error LNK2001: unresolved external symbol > _sqlite3_io_trace shell.obj > Error 327 fatal error LNK1120: 1 unresolved externals > F:\SQLite3\Projects\SQLite3C\bin\Debug\Sqlite3.exe > > Any suggestions? >
Are you are using the latest code? sqlite3_io_trace is an global symbol in the core SQLite library that is not contained within #ifdef...#endif. I do not see how it could not be defined. -- D. Richard Hipp <[EMAIL PROTECTED]> ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------