type
Painter = class
public
constructor Create();
private
sprite: TBitmap;
end;
constructor Painter.Create();
begin
sprite := TBitmap.Create;
end;
First chance exception at $005D94B0. Exception class $C0000005 with message 'access violation at 0x005d94b0: write of address 0x00000004'. Process Plan2D.exe (1248)
Exception class $C0000005Это ошибка RAD Studio. Написано, что исправлена.