Gary Zigmann <gzigm...@giffordmed.org> wrote:
> Today I downloaded sqlite-amalgamation-3_6_22.zip from the
> sqlite.org website because I was looking for a SQL database to
> replace MS Access on my machine. I compiled sqlite3.c using a c
> compiler and came up with this error:
> 
>    [Linker error] undefined reference to `winm...@16'

SQLite is not a standalone application on its own. You are supposed to add 
sqlite3.c to your project, which presumably would also contain WinMain function 
(WinMain being the main entry point for a Windows application).

Igor Tandetnik


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

Reply via email to