Re: [sqlite] What to download for SharpDevelop?

2012-01-19 Thread Lou Arnold
OK. Thanks. On Thu, Jan 19, 2012 at 7:30 PM, Simon Slavin wrote: > > On 19 Jan 2012, at 10:37pm, Lou Arnold wrote: > > > When you say "amalgamation code" are do you mean source code? > > If you're programming in C or any superset of C then yes, you can get a > specially

Re: [sqlite] What to download for SharpDevelop?

2012-01-19 Thread Simon Slavin
On 19 Jan 2012, at 10:37pm, Lou Arnold wrote: > When you say "amalgamation code" are do you mean source code? If you're programming in C or any superset of C then yes, you can get a specially optimised 'amalgamation' version of the source code all in two files (.c and .h) from

Re: [sqlite] What to download for SharpDevelop?

2012-01-19 Thread Lou Arnold
Hello Simon, When you say "amalgamation code" are do you mean source code? And if so then I should compile SQLite? Are the pre-compiled binaries not suitable? If I were using Visual Studio, then a few DLLs would all that's needed. SharpDevelop uses these DLLs just as they are. Lou. On Thu, Jan

Re: [sqlite] What to download for SharpDevelop?

2012-01-19 Thread Simon Slavin
On 19 Jan 2012, at 7:46pm, Lou Arnold wrote: > 1) I need a DLL to reference data objects in a C# Application developed > under SharpDevelop - (Like VS), using .Net Framework 4. But I also need to > access a SQLite database from the application. Does the DLL do both or will > I need SQLite3.exe

Re: [sqlite] What to download for SharpDevelop?

2012-01-19 Thread Reid Thompson
On Thu, 2012-01-19 at 14:46 -0500, Lou Arnold wrote: > I read the list of downloads for SQLite, but I'm confused. these examples may be of use http://sqlite.phxsoftware.com/forums/p/76/266.aspx ___ sqlite-users mailing list sqlite-users@sqlite.org

[sqlite] What to download for SharpDevelop?

2012-01-19 Thread Lou Arnold
I read the list of downloads for SQLite, but I'm confused. 1) I need a DLL to reference data objects in a C# Application developed under SharpDevelop - (Like VS), using .Net Framework 4. But I also need to access a SQLite database from the application. Does the DLL do both or will I need