Re: [sqlite] Unable to run SQLite programs: error 0xC000007b

2017-03-06 Thread R Smith
On 2017/03/06 5:34 PM, Rob Richardson wrote: Greetings! I used SQLite in a successful program a few years ago. I am trying to resurrect that program for a new customer, but it isn't working, and I'm having a hellish time trying to debug it. I have a Windows 7 XP1 OS, and I'm using Visual S

Re: [sqlite] Unable to run SQLite programs: error 0xC000007b

2017-03-06 Thread Stephen Chrzanowski
Use explicit paths to where your database is opened from. Depending on where the application is run from, from the debugger even, it may launch the application from one place, but set its running directory to another. So your application may be trying to read the database file from somewhere you'r

[sqlite] Unable to run SQLite programs: error 0xC000007b

2017-03-06 Thread Rob Richardson
Greetings! I used SQLite in a successful program a few years ago. I am trying to resurrect that program for a new customer, but it isn't working, and I'm having a hellish time trying to debug it. I have a Windows 7 XP1 OS, and I'm using Visual Studio 2008, which is what the original program w