I'm trying to build SQLite (sqlite-autoconf-3290000.tar.gz) for Windows x64 
using Visual Studio 2017.  All items are building, but my test application is 
unable to resolve any SQLite symbols.  This would seem to be the result of 
sqlite3.def being essentially empty (a single EXPORTS line).  Here's the 
process I'm following:


  1.  Log into my Windows 10 machine
  2.  Start the "x64 Native Tools Command Prompt for VS 2017"
  3.  Change directory to ...\sqlite-autoconf-3290000 which contains the SQLite 
source code
  4.  Execute "nmake /f Makefile.msc dll PLATFORM=x64

Any ideas?

Thanks,
Scott
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to