Re: [sqlite] Problem building DLL on Windows - no exported symbols

2019-08-23 Thread Keith Medcalf
On Friday, 23 August, 2019 06:06, Reynolds, Scott wrote: >I'm trying to build SQLite (sqlite-autoconf-329.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 sqlite

Re: [sqlite] Problem building DLL on Windows - no exported symbols

2019-08-23 Thread Jose Isaias Cabrera
Reynolds, Scott, on Friday, August 23, 2019 08:05 AM, wrote... > > I'm trying to build SQLite (sqlite-autoconf-329.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

[sqlite] Problem building DLL on Windows - no exported symbols

2019-08-23 Thread Reynolds, Scott
I'm trying to build SQLite (sqlite-autoconf-329.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'