Re: [lazarus] Database project not running under lazarus-w32

2005-08-15 Thread Uwe Grauer
Bram Kuijvenhoven wrote: Uwe Grauer wrote: There was no reply for my question. So i will ask again. If i run my Database Application stand alone, it works OK. If running under lazarus, it is freezing (Program doesn't respond any more) What could be the reason? My first thought: Does

Re: [lazarus] Database project not running under lazarus-w32

2005-08-15 Thread Uwe Grauer
Uwe Grauer wrote: Bram Kuijvenhoven wrote: Uwe Grauer wrote: There was no reply for my question. So i will ask again. If i run my Database Application stand alone, it works OK. If running under lazarus, it is freezing (Program doesn't respond any more) What could be the reason?

Re: [lazarus] Database project not running under lazarus-w32

2005-08-15 Thread Bram Kuijvenhoven
Uwe Grauer wrote: Standalone my program runs ok, under gdb it crashes. My program runs fine when run from gdb. So it seems your programs crashes for another reason than the failure of the mysqltest program. BTW what command line options does Lazarus pass to gdb? Perhaps you can also try

Re: [lazarus] Database project not running under lazarus-w32

2005-08-15 Thread Bram Kuijvenhoven
Uwe Grauer wrote: Would it help finding a solution of my debugging problem if i post some code? That can help, but please first reduce as much as possible the amount of code in which the problem still occurs. Also note that we don't have your database running... Bram

Re: [lazarus] Database project not running under lazarus-w32

2005-08-15 Thread Uwe Grauer
Bram Kuijvenhoven wrote: Uwe Grauer wrote: Standalone my program runs ok, under gdb it crashes. My program runs fine when run from gdb. So it seems your programs crashes for another reason than the failure of the mysqltest program. Yes, i'm using Firebird. It crashes when running under

Re: [lazarus] Database project not running under lazarus-w32

2005-08-15 Thread Bram Kuijvenhoven
Uwe Grauer wrote: Yes, i'm using Firebird. It crashes when running under gdb. Even in a small Firebird app? I don't have a Firebird db running at the time, nor do I have Lazarus compiled with the sqldblaz package. So it would take some effort to test your program. I hope you can find the

Re: [lazarus] Database project not running under lazarus-w32

2005-08-15 Thread Vincent Snijders
Uwe Grauer wrote: Bram Kuijvenhoven wrote: Uwe Grauer wrote: Yes, i'm using Firebird. It crashes when running under gdb. Even in a small Firebird app? I don't have a Firebird db running at the time, nor do I have Lazarus compiled with the sqldblaz package. So it would take some effort

Re: [lazarus] Database project not running under lazarus-w32

2005-08-15 Thread Bram Kuijvenhoven
Uwe Grauer wrote: Maybe this helps? Here is my debug window: (from Lazarus, I assume?) -gdb-set env ALLUSERSPROFILE=C:\Documents and Settings\All Users ^done It seems your Lazarus version does set Environmental variables correctly? -data-evaluate-expression FPC_THREADVAR_RELOCATE_PROC

Re: [lazarus] Database project not running under lazarus-w32

2005-08-14 Thread Uwe Grauer
Uwe Grauer wrote: Does anyone know the reason why i can't run my Database-Application under lazarus-w32? It seems to have to do with makeing a database-connect or not. It is freezing. If running standalone, everything is OK. I tried some of the daily snapshots for lazarus 0.9.9 I used SQLDB with

Re: [lazarus] Database project not running under lazarus-w32

2005-08-14 Thread Bram Kuijvenhoven
Uwe Grauer wrote: There was no reply for my question. So i will ask again. If i run my Database Application stand alone, it works OK. If running under lazarus, it is freezing (Program doesn't respond any more) What could be the reason? My first thought: Does your program also crash when you