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);
private
{ private declarations }
public
{ public declarations }
end;
var
Form1: TForm1;
implementation
{ TForm1 }
procedure TForm1.Button1Click(Sender: TObject);
begin
if OpenDialog1.Execute then
ShowMessage(OpenDialog1.FileName);
end;
===========
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.
There were no such problems with previous version.
--
Igor Zakhrebetkov
_________________________________________________________________
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject
archives at http://www.lazarus.freepascal.org/mailarchives