Re: [sqlite] Linking a C program with SQlite3.DLL

2012-01-22 Thread Black, Michael (IS)
Systems From: sqlite-users-boun...@sqlite.org [sqlite-users-boun...@sqlite.org] on behalf of Bruce Steele [xln...@sbcglobal.net] Sent: Saturday, January 21, 2012 12:46 PM To: sqlite-users@sqlite.org Subject: EXT :[sqlite] Linking a C program with SQlite3.DLL I

[sqlite] Linking a C program with SQlite3.DLL

2012-01-21 Thread Bruce Steele
I suspect this is a very basic question that is answered somewhere but I have done lots of searches and have been able to find a good answer. I am trying to compile a C program using Sqlite3 APIs. the program contains an include sqlite3.h line. I am using mingw (GCC) compiler on a Win7 PC. What

Re: [sqlite] Linking a C program with SQlite3.DLL

2012-01-21 Thread Ryan Johnson
On 21/01/2012 1:46 PM, Bruce Steele wrote: I suspect this is a very basic question that is answered somewhere but I have done lots of searches and have been able to find a good answer. I am trying to compile a C program using Sqlite3 APIs. the program contains an include sqlite3.h line. I am