Re: [lazarus] Lazarus-0.9.24: SIGSEGV in TOpenDialog

2007-11-29 Thread Roberto Padovani
That happens if you did this: - drop a TOpenDialog on the form - write the button event handler - delete the TOpenDialog icon from the form because you think it's ugly over there - re-type manually the declaration OpenDialog1: TOpenDialog; in the form class because it was automatically

[lazarus] Lazarus-0.9.24: SIGSEGV in TOpenDialog

2007-11-28 Thread Igor Zakhrebetkov
I've installed Lazarus-0.9.24-fpc-2.2.0-20071114-win32.exe on Windows XP SP2 with some components like TDBF . Simple demo application with TOpenDialog component: === TForm1 = class(TForm) Button1: TButton; OpenDialog1: TOpenDialog; procedure Button1Click(Sender: TObject);

Re: [lazarus] Lazarus-0.9.24: SIGSEGV in TOpenDialog

2007-11-28 Thread Vincent Snijders
Igor Zakhrebetkov schreef: I've installed Lazarus-0.9.24-fpc-2.2.0-20071114-win32.exe on Windows XP SP2 with some components like TDBF . After trying to pick up any file I've got an error with message: Project project1 raised exception class 'External: SIGSEGV'. Sometimes it simply hangs.