Hi folks,

I am testing the new dayli build - 
Lazarus-0.9.29-22051-fpc-2.3.1-20091006-win32 .
When I create a new form application and add a component, the component is 
added in the private section of the form.

  { TForm1 }

  TForm1 = class(TForm)
  private
    Button1: TButton;
    { private declarations }
  public
    { public declarations }
  end; 

Trying to run the application results in exception.
This seems to be a bug.

To reproduce create a new Application and add a button, then try to run it.

With best regards,
  Boian Mitov
 
-------------------------------------------------------
Mitov Software
www.mitov.com
-------------------------------------------------------
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to