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]

Reply via email to