RE: [sqlite] sqlite with eVC++

2003-11-22 Thread Nuno Lucas
=== On 2003-11-21, Clark, Chris wrote === .. >Check out http://sqlite-wince.sourceforge.net/ its not been updated in a while so its >the 2.80 version. > >Good luck, > >Chris Just a small correction, the sqlite-wince release uses the last stable sqlite version (version 2.8.6). What needs to be do

Re: [sqlite] sqlite with eVC++

2003-11-21 Thread William M. Droste
http://sourceforge.net/projects/sqlite-wince/ It has a project for building the dll and lib files. Will Noel Frankinet wrote: [EMAIL PROTECTED] wrote: I'm not actually sure how to compile the .lib. I used this command initially: LIB /DEF:sqlite.def /MACHINE:ARM. Is there some other way I sho

RE: [sqlite] sqlite with eVC++

2003-11-21 Thread Clark, Chris
> -Original Message- > From: Eric Pankoke [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 20, 2003 10:06 PM > To: [EMAIL PROTECTED] > Subject: [sqlite] sqlite with eVC++ > > > Is there anyone on this group that uses sqlite with Embedded > Visual C++

Re: [sqlite] sqlite with eVC++

2003-11-21 Thread epankoke
Please forgive me, but I have been away from the C++ world for a long time, and as a Visual Basic developer I tend to get lazy. What do I need to do to build the .lib file through the ide? Do you have a project that you might be able to send me? I really appreciate all the help. -- Eric Pank

[sqlite] Fullquotes, was: Re: [sqlite] sqlite with eVC++

2003-11-21 Thread Gerhard Häring
Noel, "epankoke" and rest: Would you people please learn to quote when using mailing lists? There's no need to quote everything, just the parts you're referring to in your answer. The signal-to-noise ratio in this group is quite bad :-/ -- Gerhard -

Re: [sqlite] sqlite with eVC++

2003-11-21 Thread Noel Frankinet
[EMAIL PROTECTED] wrote: I'm not actually sure how to compile the .lib. I used this command initially: LIB /DEF:sqlite.def /MACHINE:ARM. Is there some other way I should be building a .lib file? > I'm not sure what you mean by a WTL gui application, but the problem I'm having is with compilati

Re: [sqlite] sqlite with eVC++

2003-11-21 Thread epankoke
I'm not actually sure how to compile the .lib. I used this command initially: LIB /DEF:sqlite.def /MACHINE:ARM. Is there some other way I should be building a .lib file? > > > I'm not sure what you mean by a WTL gui application, but the problem > I'm having is with compilation. I have inclu

Re: [sqlite] sqlite with eVC++

2003-11-21 Thread Noel Frankinet
> I'm not sure what you mean by a WTL gui application, but the problem I'm having is with compilation. I have included sqlite.h in my project, and I am calling two functions: sqlite_open and sqlite_close. When I compile, I get an "unresolved external" error on each of these functions, even th

Re: [sqlite] sqlite with eVC++

2003-11-21 Thread epankoke
I'm not sure what you mean by a WTL gui application, but the problem I'm having is with compilation. I have included sqlite.h in my project, and I am calling two functions: sqlite_open and sqlite_close. When I compile, I get an "unresolved external" error on each of these functions, even thoug

Re: [sqlite] sqlite with eVC++

2003-11-21 Thread Noel Frankinet
Eric Pankoke wrote: Is there anyone on this group that uses sqlite with Embedded Visual C++ for the PocketPC? If so, what do I need to do to get a project with sqlite commands to compile? Any help would be greatly appreciated. Thanks. Eric Pankoke Founder Point Of Light Software http://www

[sqlite] sqlite with eVC++

2003-11-20 Thread Eric Pankoke
Is there anyone on this group that uses sqlite with Embedded Visual C++ for the PocketPC? If so, what do I need to do to get a project with sqlite commands to compile? Any help would be greatly appreciated. Thanks. Eric Pankoke Founder Point Of Light Software http://www.polsoftware.com "