[Lazarus] Can you reproduce the following Access Violation ?

ik idokan at gmail.com
Wed Oct 17 18:28:54 CEST 2012


Hello,

When I write something like so:

-----------------------------------------------------
type
  TForm1 = class(TForm);

  TSomeClass = class
  ...
  end;

  TForm1 = class(TForm)
  ...
  end;


------------------------------------------------------

If I try to rename a component in design time (Other then the form
itself), it will throw at me Access Violation.

I'm using: Lazarus 1.1 r39114M FPC 2.6.0 x86_64-linux-gtk 2

Can you reproduce the following issue (So I could report a bug), or am
I missing something here ?

Thanks,
Ido




More information about the Lazarus mailing list