I have attempted to compile 3.17.0 in MSVS using the 32 bit native command
line
No editing of sources was done
I have tried the amalgamation download with

cl sqlite3.c -link -dll -out:sqlite3.dll

and sqlite-autoconf-3170000.tar.gz with

nmake /f makefile.msc

In both cases the dll was produced without any messages.
File sizes were different and no functions appear to have been exported,
checking depends.exe
In the second case an apparently fully functional command line exe was
produced - nice

I am not very familiar with building c files.
What am I missing? MSVS has several command line programs, is that the
correct one in this case?
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to