[sqlite] building SQLite DLL with Visual C++

2015-04-28 Thread Jay Smith
lists.sqlite.org] On Behalf Of Drago, > William @ CSG - NARDA-MITEQ > Sent: Monday, April 27, 2015 8:38 AM > To: General Discussion of SQLite Database > Subject: Re: [sqlite] building SQLite DLL with Visual C++ > > I'm afraid I can't help you with that, Jay. I don't use data bindings an

[sqlite] building SQLite DLL with Visual C++

2015-04-27 Thread Drago, William @ CSG - NARDA-MITEQ
sqlite- > users-bounces at mailinglists.sqlite.org] On Behalf Of Jay Smith > Sent: Sunday, April 26, 2015 3:44 PM > To: General Discussion of SQLite Database > Subject: Re: [sqlite] building SQLite DLL with Visual C++ > > Thanks Bill > > That worked > > BUT > > In

[sqlite] building SQLite DLL with Visual C++

2015-04-27 Thread Steven M. McNeese
, April 27, 2015 8:38 AM To: General Discussion of SQLite Database Subject: Re: [sqlite] building SQLite DLL with Visual C++ I'm afraid I can't help you with that, Jay. I don't use data bindings and all that other built-in visual studio db stuff because performance is slow and it's hard to maintain. I

[sqlite] building SQLite DLL with Visual C++

2015-04-26 Thread Jay Smith
, Apr 23, 2015 at 4:08 PM, Drago, William @ CSG - NARDA-MITEQ < > > William.Drago at l-3com.com> wrote: > > > > > > -----Original Message- > > > > From: sqlite-users-bounces at mailinglists.sqlite.org [mailto:sqlite- > > > > users-bounces at mailin

[sqlite] building SQLite DLL with Visual C++

2015-04-25 Thread Drago, William @ CSG - NARDA-MITEQ
e-users-bounces at mailinglists.sqlite.org [mailto:sqlite- > users-bounces at mailinglists.sqlite.org] On Behalf Of Jay Smith > Sent: Saturday, April 25, 2015 3:50 PM > To: General Discussion of SQLite Database > Subject: Re: [sqlite] building SQLite DLL with Visual C++ > > Hi Bill > &

[sqlite] building SQLite DLL with Visual C++

2015-04-25 Thread Jay Smith
To: General Discussion of SQLite Database > > Subject: Re: [sqlite] building SQLite DLL with Visual C++ > > > > Thank you Adam for responding to my post. I have the windows binaries > > downloaded. > > > > At this point I am just following the instructions in the book. And

[sqlite] building SQLite DLL with Visual C++

2015-04-24 Thread Jay Smith
n of SQLite Database > > Subject: Re: [sqlite] building SQLite DLL with Visual C++ > > > > Thank you Adam for responding to my post. I have the windows binaries > > downloaded. > > > > At this point I am just following the instructions in the book. And I > &

[sqlite] building SQLite DLL with Visual C++

2015-04-24 Thread Jay Smith
Thanks Adam I will take a look Jay On Thu, Apr 23, 2015 at 4:19 PM, Adam Devita wrote: > Good day, > I don't work in VB, so I can't help you in specifics on that. A quick > search on a search engine pops up some videos on how to use sqlite in > a Visual Basic project. The archives of this

[sqlite] building SQLite DLL with Visual C++

2015-04-23 Thread Drago, William @ CSG - NARDA-MITEQ
> -Original Message- > From: sqlite-users-bounces at mailinglists.sqlite.org [mailto:sqlite- > users-bounces at mailinglists.sqlite.org] On Behalf Of Jay Smith > Sent: Thursday, April 23, 2015 3:47 PM > To: General Discussion of SQLite Database > Subject: Re: [sqlite] b

[sqlite] building SQLite DLL with Visual C++

2015-04-23 Thread Adam Devita
Good day, I don't work in VB, so I can't help you in specifics on that. A quick search on a search engine pops up some videos on how to use sqlite in a Visual Basic project. The archives of this list have a lot of questions where people are introduced to open, prep sql, (bind), step, fetch,

[sqlite] building SQLite DLL with Visual C++

2015-04-23 Thread Jay Smith
Thanks Igor the only response I got to the first message was "it has been bounced" On Wed, Apr 22, 2015 at 9:51 AM, Igor Tandetnik wrote: > On 4/21/2015 11:01 AM, Jay Smith wrote: > >> Before I sent the last message I had signed up to become a user. >> My previous message was bounced. WHY >>

[sqlite] building SQLite DLL with Visual C++

2015-04-23 Thread Jay Smith
Thank you Adam for responding to my post. I have the windows binaries downloaded. At this point I am just following the instructions in the book. And I really am not sure what I need the dll for. Here's the scenario. I have created a program in vb2012. The program stores less than 20 fields of

[sqlite] building SQLite DLL with Visual C++

2015-04-22 Thread Adam Devita
Good day, Why are you compiling a dll instead of using the pre-compiled windows binaries at http://www.sqlite.org/download.html? Are you adding some sort of extra wrapper? Why are you not adding the amalgamated c source in your project (turn off use pre-compiled headers for that file) ? If

[sqlite] building SQLite DLL with Visual C++

2015-04-22 Thread Igor Tandetnik
On 4/21/2015 11:01 AM, Jay Smith wrote: > Before I sent the last message I had signed up to become a user. > My previous message was bounced. WHY I, for one, have received both your original and this new message. -- Igor Tandetnik

[sqlite] building SQLite DLL with Visual C++

2015-04-21 Thread Jay Smith
Dear sir Before I sent the last message I had signed up to become a user. My previous message was bounced. WHY copy of previous message: I am new to SQLite. I have a book I am learning from and I am a novice. I have a fairly good handle on SQL I want to include SQLite in my VS2012 program. I

[sqlite] building SQLite DLL with Visual C++

2015-04-20 Thread Jay Smith
I am new to SQLite. I have a book I am learning from and I am a novice. I have a fairly good handle on SQL I want to include SQLite in my VS2012 program. I am attempting to run " LIB /DEF:sqlite3.def " I get error This error "LIB is not recognized as an internal or external command." What am