[Lazarus] Examples of CairoCanvas usage
Juha Manninen
juha.manninen62 at gmail.com
Tue Feb 3 10:02:05 CET 2015
On Tue, Feb 3, 2015 at 9:56 AM, Petr Kristan <petr.kristan at epos.cz> wrote:
> TCairoCanvas works as clasic TCanvas.
Thanks, I will experiment with it.
What is the purpose of unit CairoCanvasAll?
First it says :
{ The CairoCanvas package can be compiled on all platforms.
This unit defines what units are available on which platform.
}
but then :
{$IFNDEF win64}
uses
{%H-}CairoCanvas, {%H-}CairoPrinter;
{$ENDIF}
as if Win64 was not supported.
Juha
More information about the Lazarus
mailing list