Re: [sqlite] sqlite compile error

2010-03-25 Thread Magnus Torfason
On 3/25/2010 5:12 PM, Magnus Torfason wrote: > On 3/5/2010 3:45 PM, Simon Slavin wrote: >> On 5 Mar 2010, at 7:18pm, Gary Zigmann wrote: >> >>> [Linker error] undefined reference to `winm...@16' >>> >>> Can you help me? >> >> http://lmgtfy.com/?q=undefined+reference+to+%60WinMain%4016%27 > >

Re: [sqlite] sqlite compile error

2010-03-25 Thread Magnus Torfason
On 3/5/2010 3:45 PM, Simon Slavin wrote: > On 5 Mar 2010, at 7:18pm, Gary Zigmann wrote: > >> [Linker error] undefined reference to `winm...@16' >> >> Can you help me? > > http://lmgtfy.com/?q=undefined+reference+to+%60WinMain%4016%27 Searching "undefined reference to `winm...@16' sqlite"

Re: [sqlite] sqlite compile error

2010-03-07 Thread noel frankinet
Gary Zigmann a écrit : Hello, Since sqlite is a library, could you show us your main program, in order to help you ? Best wishes Noël Frankinet > Good Afternoon, > > Today I downloaded sqlite-amalgamation-3_6_22.zip from the > sqlite.org website because I was looking for a SQL database to

Re: [sqlite] sqlite compile error

2010-03-05 Thread Igor Tandetnik
Gary Zigmann 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

Re: [sqlite] sqlite compile error

2010-03-05 Thread Neville Franks
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,

Re: [sqlite] sqlite compile error

2010-03-05 Thread A.
On Fri, 2010-03-05 at 14:18 -0500, Gary Zigmann wrote: > Good Afternoon, > > 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

Re: [sqlite] sqlite compile error

2010-03-05 Thread Simon Slavin
On 5 Mar 2010, at 7:18pm, Gary Zigmann wrote: >[Linker error] undefined reference to `winm...@16' > > Can you help me? http://lmgtfy.com/?q=undefined+reference+to+%60WinMain%4016%27 Simon. ___ sqlite-users mailing list sqlite-users@sqlite.org

[sqlite] sqlite compile error

2010-03-05 Thread Gary Zigmann
Good Afternoon, 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