Re: [sqlite] sqlite3_open() problem for ARM

2008-10-30 Thread MikeW
Leandro Ribeiro <[EMAIL PROTECTED]> writes: > > Hello Guys. > > I have a problem with running SQLite. > I am running linux 2.6.17 on *ARM* and basically problem is that my > application > is crushing on *sqlite3_open*() function while the sqlite3 command > shell is > running without

Re: [sqlite] sqlite3_open() problem

2008-10-14 Thread Neo
I run sqlite3.exe under Windows 95 like this: C:\sqlite3 test sqlite>create table t(id); Then sqlite3 crashes. Leandro dos Santos Ribeiro wrote: > Leandro dos Santos Ribeiro wrote: > >> D. Richard Hipp wrote: >> >> >>> On Oct 10, 2008, at 4:59 PM, <[EMAIL PROTECTED]> <[EMAIL

Re: [sqlite] sqlite3_open() problem

2008-10-13 Thread Leandro dos Santos Ribeiro
Leandro dos Santos Ribeiro wrote: > D. Richard Hipp wrote: > >> On Oct 10, 2008, at 4:59 PM, <[EMAIL PROTECTED]> <[EMAIL PROTECTED] >> > wrote: >> >> >> >>> Hello Team. >>> >>> I have a problem with running SQLite. >>> I am running linux 2.6.17 on *ARM* and basically problem is that

Re: [sqlite] sqlite3_open() problem

2008-10-13 Thread Leandro dos Santos Ribeiro
D. Richard Hipp wrote: > On Oct 10, 2008, at 4:59 PM, <[EMAIL PROTECTED]> <[EMAIL PROTECTED] > > wrote: > > >> Hello Team. >> >> I have a problem with running SQLite. >> I am running linux 2.6.17 on *ARM* and basically problem is that my >> application >> is crushing on *sqlite3_open*()

Re: [sqlite] sqlite3_open() problem

2008-10-11 Thread D. Richard Hipp
On Oct 10, 2008, at 4:59 PM, <[EMAIL PROTECTED]> <[EMAIL PROTECTED] > wrote: > Hello Team. > > I have a problem with running SQLite. > I am running linux 2.6.17 on *ARM* and basically problem is that my > application > is crushing on *sqlite3_open*() function while the sqlite3 command > shell

Re: [sqlite] sqlite3_open() problem

2008-10-11 Thread Neo
I also had crashing problem on Windows 95 (yes, old Windows 95). I posted a mail to this list, but was doing it on another email account so it did not appear in list. I was wondering there might be some subtle problems in sqlite3_open. [EMAIL PROTECTED] wrote: > Hello Team. > > I have a

[sqlite] sqlite3_open() problem

2008-10-10 Thread leandro.ribeiro
Hello Team. I have a problem with running SQLite. I am running linux 2.6.17 on *ARM* and basically problem is that my application is crushing on *sqlite3_open*() function while the sqlite3 command shell is running without problems. I added the sqlite3.h file to my project. /**/

[sqlite] sqlite3_open() problem for ARM

2008-10-09 Thread Leandro Ribeiro
Hello Guys. I have a problem with running SQLite. I am running linux 2.6.17 on *ARM* and basically problem is that my application is crushing on *sqlite3_open*() function while the sqlite3 command shell is running without problems. I added the sqlite3.h file to my project. /**/

[sqlite] sqlite3_open() problem

2008-09-23 Thread maros suchy
Hello Guys. I have a problem with running SQLite. I am running linux 2.6.5 on ARM and basicaly problem si that my application is crushing on sqlite3_open() function while the sqlite3 command shell is running without problems.. I have tried to copy all defines but probably that is not enough to