[Lazarus] Can you reproduce the following Access Violation ?
Corpsman
corpsman at web.de
Wed Oct 17 18:50:47 CEST 2012
if i write
Type
TForm1 = Class(TForm);
TSomeClass = Class
private
public
End;
TForm1 = Class(TForm)
private
{ private declarations }
public
{ public declarations }
End;
set a Tbutton on the TForm1 and double click ( to create the OnClick Event )
I get also the exception :
The component editor of class "TDefaultComponentEditor" has created the
error:
"Unable to create new method. Please fix the error shown in the message
window, which is normally below the source editor."
Lazarus 1.1 r39114M Free Pascal Compiler version 2.6.0-1 [2012/01/13] for i386
Corpsman on Kubuntu 12.04
On 10/17/2012 06:28 PM, ik wrote:
> 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
>
> --
> _______________________________________________
> Lazarus mailing list
> Lazarus at lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
>
--
Auf meiner Homepage www.Corpsman.de ist immer was los, ständig wird sie aktualisiert und erweitert. Da ist für jeden was dabei.
More information about the Lazarus
mailing list