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 done is to put the cvs in sync with the current sqlite cvs.

Regards,
~Nuno Lucas


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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++ 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.
> 

Check out http://sqlite-wince.sourceforge.net/ its not been updated in a while so its 
the 2.80 version.

Good luck,

Chris

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 Pankoke
Programmer
Christian Family Software
http://www.christianfamilysoftware.com/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[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

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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 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 though I have a .lib file for sqlite and the path to 
that .lib file is included in my project properties.  I've even listed 
sqlite.lib explicitly as a dependancy, but that doesn't seem to make a 
difference.
>
> Eric
>
>>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.polsoftware.com
>>>
>>>"Lighting The Path To Glory"
>>>
>>>
>>>
>>>
>>
>>I do,
>>
>>But not from a command line, from WTL gui application.
>>How can I help you ?
>>Noël
>>
>>
>>-
>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>For additional commands, e-mail: [EMAIL PROTECTED]
>>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>

Is your lib compiled for the right target (mips, arm, sh3) ?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
I use the ide

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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 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 though I have a .lib file for sqlite and the path to 
> that .lib file is included in my project properties.  I've even listed 
> sqlite.lib explicitly as a dependancy, but that doesn't seem to make a 
> difference.
>  >
>  > Eric
>  >
>  >>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.polsoftware.com
>  >>>
>  >>>"Lighting The Path To Glory"
>  >>>
>  >>>
>  >>>
>  >>>
>  >>
>  >>I do,
>  >>
>  >>But not from a command line, from WTL gui application.
>  >>How can I help you ?
>  >>Noël
>  >>
>  >>
>  >>-
>  >>To unsubscribe, e-mail: [EMAIL PROTECTED]
>  >>For additional commands, e-mail: [EMAIL PROTECTED]
>  >>
>  >
>  >
>  > -
>  > To unsubscribe, e-mail: [EMAIL PROTECTED]
>  > For additional commands, e-mail: [EMAIL PROTECTED]
>  >
> 
> Is your lib compiled for the right target (mips, arm, sh3) ?
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 though I have a .lib file for sqlite 
and the path to that .lib file is included in my project properties.  I've even listed 
sqlite.lib explicitly as a dependancy, but that doesn't seem to make a difference.

Eric
> 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.polsoftware.com
> > 
> > "Lighting The Path To Glory"
> > 
> >  
> > 
> > 
> I do,
> 
> But not from a command line, from WTL gui application.
> How can I help you ?
> Noël
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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.polsoftware.com

"Lighting The Path To Glory"

 


I do,

But not from a command line, from WTL gui application.
How can I help you ?
Noël
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


[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

"Lighting The Path To Glory"