Reynolds, Scott, on Friday, August 23, 2019 08:05 AM, wrote...
>
> 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?

Here [1] is what my first duckduckgo search gave me.

https://social.msdn.microsoft.com/Forums/vstudio/en-US/9e4d0378-437b-4122-a2a0-9e5da7e886fc/sqlite-and-mfc-and-visual-studion-2017

I use cygwin to make my builds.  So, can't help you there.  I am sure others 
can, but they are probably busy.  Otherwise, they would have already answered. 
Thanks.

josé

[1] 
https://social.msdn.microsoft.com/Forums/vstudio/en-US/9e4d0378-437b-4122-a2a0-9e5da7e886fc/sqlite-and-mfc-and-visual-studion-2017



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

Reply via email to