Hi Gary, It sounds like there is no application code containing either main() or standard Windows app startup code. SQLite is just a library and needs to be linked with your application or test code.
You also need to provide some specific information on the compiler you are using. Saturday, March 6, 2010, 6:18:18 AM, you wrote: GZ> Good Afternoon, GZ> Today I downloaded sqlite-amalgamation-3_6_22.zip from the GZ> sqlite.org website because I was looking for a SQL database to GZ> replace MS Access on my machine. I compiled sqlite3.c using a c GZ> compiler and came up with this error: GZ> [Linker error] undefined reference to `winm...@16' GZ> Can you help me? GZ> Thanks, >> Gary Zigmann, MBA >> Clinical Data Analyst >> Gifford Medical Center >> [email protected] --- Best regards, Neville Franks, http://www.surfulater.com http://blog.surfulater.com _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

