Re: [sqlite] SQLite3 & Code::Blocks

2009-03-23 Thread Hakki Dogusan
Hi, Gregory A Failing wrote: > Hello everyone. > > While not new to Code::Blocks and SQLite3, I have never until today tried > to use them together. I am having a problem getting my proof-of-concept > code to compile. Any assistance would be appreciated. > > First, my environment: > - WinXP >

Re: [sqlite] SQLite3 & Code::Blocks

2009-03-22 Thread Michael Comperchio
I've been using a light wrapper (CPPSqLite) that I got from CodeProject in my C++ learning projects. Works well for me. But I'm not a real heavy duty user. I'm the co-pilot today Michael Comperchio mcmp...@gmail.com On Mar 22, 2009, at 5:24 PM, Gregory A Failing wrote: > > Hello everyone

[sqlite] SQLite3 & Code::Blocks

2009-03-22 Thread Gregory A Failing
Hello everyone. While not new to Code::Blocks and SQLite3, I have never until today tried to use them together. I am having a problem getting my proof-of-concept code to compile. Any assistance would be appreciated. First, my environment: - WinXP - Code::Blocks 8.02 w/ MinGW compiler - wxWidge