Re: [fpc-pascal] Crash at startup with sqlite project

2008-04-02 Thread Luiz Americo Pereira Camara
Felipe Monteiro de Carvalho wrote: On Wed, Apr 2, 2008 at 7:46 PM, Luiz Americo Pereira Camara <[EMAIL PROTECTED]> wrote: See http://www.geocities.com/camara_luiz/docs/dataset/dataset-tutorial-01.html to know how to setup a db file dinamically Thanks, that was indeed true, and the fil

Re: [fpc-pascal] Crash at startup with sqlite project

2008-04-02 Thread Felipe Monteiro de Carvalho
On Wed, Apr 2, 2008 at 7:46 PM, Luiz Americo Pereira Camara <[EMAIL PROTECTED]> wrote: > See > http://www.geocities.com/camara_luiz/docs/dataset/dataset-tutorial-01.html > to know how to setup a db file dinamically Thanks, that was indeed true, and the filename was hardcoded, but I fixed it and t

Re: [fpc-pascal] Crash at startup with sqlite project

2008-04-02 Thread Luiz Americo Pereira Camara
Felipe Monteiro de Carvalho wrote: Hello, I have a simple project with sqlite 3. It's running on Windows with FPC 2.2.0 and svn Lazarus, and my DLL is version is 3_5_7 downloaded from official sqlite website. It crashes at startup at sqlite3ds.pas at: The strange part is that Lazarus run

Re: [fpc-pascal] Crash at startup with sqlite project

2008-04-02 Thread Denis Golovan
On Wed, Apr 02, 2008 at 08:31:01AM -0300, Felipe Monteiro de Carvalho wrote: > Hello, > > I have a simple project with sqlite 3. It's running on Windows with > FPC 2.2.0 and svn Lazarus, and my DLL is version is 3_5_7 downloaded > from official sqlite website. > > It crashes at startup at sqlite3

[fpc-pascal] Crash at startup with sqlite project

2008-04-02 Thread Felipe Monteiro de Carvalho
Hello, I have a simple project with sqlite 3. It's running on Windows with FPC 2.2.0 and svn Lazarus, and my DLL is version is 3_5_7 downloaded from official sqlite website. It crashes at startup at sqlite3ds.pas at: procedure TSqlite3Dataset.InternalInitFieldDefs; sqlite3_step(vm); //