[Lazarus] Error: OOPS, I lost your class.
Mattias Gaertner
nc-gaertnma at netcologne.de
Tue Dec 8 19:59:07 CET 2015
On Tue, 8 Dec 2015 13:39:54 -0500
Donald Ziesig <donald at ziesig.org> wrote:
>[...] Hi Everyone!
>
> I am using Lazarus 1.5 on a Raspberry Pi B 2 and I just encountered an
> error I have never seen before while editing.
>
> I am creating a new generic class as in:
>
> type
> generic TMyClass<T> = class(TMyBaseClass)
> public
> constructor Create( AParent : TMyBaseClass = nil);
> destructor Destroy; override;
> end;
>
> When I hit <ctrl-shift-C> for auto complete, I get the message "Error:
> OOPS, I lost your class" and the implementation section looks like this:
Please create a bug report.
Mattias
More information about the Lazarus
mailing list