RaudusFPC compiled ok
RaudusX compiled broken
Error message:
Hint: Start of reading config file d:\lazarus\fpc\2.6.4\bin\i386-win32\fpc.cfg
Hint: End of reading config file d:\lazarus\fpc\2.6.4\bin\i386-win32\fpc.cfg
Free Pascal Compiler version 2.6.4 [2014/10/11] for i386
Copyright (c) 1993-2014 by Florian Klaempfl and others
Target OS: Win32 for i386
Compiling RaudusX.pas
Compiling .\20-RxTheme\RxTheme.pas
D:\lazarus\components\Raudus\examples\20-RxTheme\RxTheme.pas(1003,42) Hint: Local variable “Scale” does not seem to be initialized
Compiling .\60-RxGeolocation\RxGeolocation.pas
Compiling .\61-RxTickCross\RxTickCross.pas
Compiling .\62-RxPublisherView\RxPublisherView.pas
D:\lazarus\components\Raudus\examples\62-RxPublisherView\RxPublisherView.pas(53,38) Error: Incompatible types: got “untyped” expected “<procedure variable type of procedure of object;Register>”
D:\lazarus\components\Raudus\examples\62-RxPublisherView\RxPublisherView.pas(169) Fatal: There were 1 errors compiling module, stopping
this is a error lines:
constructor TRxPublisherView.Create(AOwner: TComponent);
begin
inherited;
SetBounds(Left, Top, 30, 30);
FPublisherLink := TRaPublisherLink.Create;
FPublisherLink.OnContentChanged := PublisherLinkContentChanged;
FPublisherLinkPublisherURL := ”;
FKind := pvkHTML;
end;
which the solution please?
My configuration
raudus-0.9.9b-windows
lazarus-1.2.6-fpc-2.6.4-win32
windows 10 professional 64bits