Unable to find the component class "TFreeShip".It is not registered via RegisterClass and no lfm was found.It is needed by unit:/home/soenke/FS_src/Forms/Main.pas[Ignore, us TForm as ancestor] [Abort whole loading] [Cancel loading this component]
TFreeShip = class(TComponent) private { Private declarations }// ...
procedure Register;begin RegisterComponents('FreeShip', [TFreeShip]);// Also tried without luck:// RegisterNoIcon([TFreeShip]);// RegisterClass(TFreeShip);end;{Register}