I found it, I was using an old sqlite3.def file for the exports.

Regards,

Noah 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Monday, April 02, 2007 10:00 AM
To: sqlite-users@sqlite.org
Subject: Re: [sqlite] Version 3.3.14

"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]
------------------------------------------------------------------------
-----




CONFIDENTIALITY NOTICE: 
This message may contain confidential and/or privileged information. If you are 
not the addressee or authorized to receive this for the addressee, you must not 
use, copy, disclose, or take any action based on this message or any 
information herein. If you have received this message in error, please advise 
the sender immediately by reply e-mail and delete this message. Thank you for 
your cooperation.




-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to