Hi Bart,

I just posted the same issue. I solved as follows but not sure it's ok for
the devs.

Compiling graphics.pp
> canvas.inc(88,24) Error: identifier idents no member "SetClipping"
> graphics.pp(2489) Fatal: There were 1 errors compiling module, stopping
> Fatal: Compilation aborted
>  <Lazarus@lazarus.freepascal.org>



procedure TCanvas.SetClipping(const : boolean);
begin
//  inherited SetClipping(AValue);
....
end;

Antonio

-- 
Antonio Sanguigni alias slapshot
----------------------------------------------------------------------
GioveLUG (Linux User Group) - http://www.giovelug.org
Edupup (Educational distro) - http://www.pieroni.biz/edupup
_______________________________________________
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to