Re: [sqlite] Reinstalling My Build Environment

2014-09-12 Thread Drago, William @ MWG - NARDAEAST
, 2014 11:19 PM To: 'General Discussion of SQLite Database' Subject: Re: [sqlite] Reinstalling My Build Environment I assume that you did not see the response I sent earlier? http://www.mail-archive.com/sqlite- users%40sqlite.org/msg85999.html -- Joe Mistachkin

Re: [sqlite] Reinstalling My Build Environment

2014-09-12 Thread Simon Slavin
On 12 Sep 2014, at 3:44pm, Drago, William @ MWG - NARDAEAST william.dr...@l-3com.com wrote: It seems like a lot of people are unaware of System.Data.Sqlite. This is understandable since most people on this list are C programmers not .NET/C#/VB developers, but this is the support list for

Re: [sqlite] Reinstalling My Build Environment

2014-09-12 Thread Kees Nuyt
On Fri, 12 Sep 2014 16:41:40 +0100, Simon Slavin slav...@bigfraud.org wrote: On 12 Sep 2014, at 3:44pm, Drago, William @ MWG - NARDAEAST william.dr...@l-3com.com wrote: It seems like a lot of people are unaware of System.Data.Sqlite. This is understandable since most people on this

Re: [sqlite] Reinstalling My Build Environment

2014-09-12 Thread Simon Slavin
On 12 Sep 2014, at 10:33pm, Kees Nuyt k.n...@zonnet.nl wrote: Sure, it's all available at https://system.data.sqlite.org/ I think the material there covers most of the questions. So the appropriate thing to do is post a pointer to

Re: [sqlite] Reinstalling My Build Environment

2014-09-12 Thread Joe Mistachkin
Simon Slavin wrote: So the appropriate thing to do is post a pointer to https://system.data.sqlite.org/index.html/doc/trunk/www/faq.wiki ? That answers the questions about what to install, where to find it and how to install it ? The FAQ (your link) and the download page (link

Re: [sqlite] Reinstalling My Build Environment

2014-09-12 Thread Kees Nuyt
On Fri, 12 Sep 2014 23:23:39 +0100, Simon Slavin slav...@bigfraud.org wrote: On 12 Sep 2014, at 10:33pm, Kees Nuyt k.n...@zonnet.nl wrote: Sure, it's all available at https://system.data.sqlite.org/ I think the material there covers most of the questions. So the appropriate thing to do is

Re: [sqlite] Reinstalling My Build Environment

2014-09-11 Thread Joe Mistachkin
Paul Bainter wrote: SQLite is a great database, but I've had nothing but problems deploying it to a clean machine. There is supposed to be nothing extra to do when moving the files from the bin directory to the target machine, but then I hear rumblings about an unknown missing C++

Re: [sqlite] Reinstalling My Build Environment

2014-09-11 Thread Drago, William @ MWG - NARDAEAST
Please help me. At this point, I'm desperate for an installation where I can copy the compiled files from the bin directory to a clean machine and have it run. I use VS2013, but I don't use EF6, so this may not work for you, but maybe it will help in some way anyway. Based on what you

[sqlite] Reinstalling My Build Environment

2014-09-11 Thread Paul Bainter
I appreciate the information that SQLite is not the same as other vendors that possibly supply packages that enable the use of SQLite for environments such as .NET. This is good information to know. Up to this point the only package that I've used and the one that I referenced in my previous

Re: [sqlite] Reinstalling My Build Environment

2014-09-11 Thread Joe Mistachkin
I assume that you did not see the response I sent earlier? http://www.mail-archive.com/sqlite-users%40sqlite.org/msg85999.html -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org

[sqlite] Reinstalling My Build Environment

2014-09-10 Thread Paul Bainter
SQLite is a great database, but I've had nothing but problems deploying it to a clean machine. There is supposed to be nothing extra to do when moving the files from the bin directory to the target machine, but then I hear rumblings about an unknown missing C++ redistribution package that may need

Re: [sqlite] Reinstalling My Build Environment

2014-09-10 Thread Simon Slavin
On 11 Sep 2014, at 12:36am, Paul Bainter pbain...@gmail.com wrote: SQLite is a great database, but I've had nothing but problems deploying it to a clean machine. Maybe I can help a little by explaining something. SQLite is C source code. It's available most conveniently as one .h file and

Re: [sqlite] Reinstalling My Build Environment

2014-09-10 Thread Teg
Hello Paul, What programming language are you using to devel with? Using C++, I deploy sqlite by building the lib and static linking it into my program. No DLL's or install is needed. Sounds like you're doing something significantly more complicated than that though. C Wednesday,

Re: [sqlite] Reinstalling My Build Environment

2014-09-10 Thread Stephen Chrzanowski
I've run into this kind of issue with another IDE, not dealing with SQLite. The issue came down to package/code/something-or-other that was once upon a time on an old installation of the IDE that I ported in then, but now, after a fresh install of the same IDE, it wouldn't work. My only