On Sun, 30 Sep 2007 08:54:14 +0400
12 12 <[EMAIL PROTECTED]> wrote:

> Subj. It tells:
> 
> Unit1.pas(80,17) Error: identifier idents no member 
> "Set_BPP32_B8G8R8_A1_BIO_TTB"
> Unit1.pas(80,44) Error: Illegal expression
> Unit1.pas(80,44) Fatal: Syntax error, ";" expected but "(" found
> 
> This function is undocumented in help so it is not obvious how to 
> replaced it.

Updated and fixed.


> And what means this line in intfgraphics.pas:
> 
> function  GetDataLineStart(y: integer): Pointer;// similar to Delphi 
> TBitmap.ScanLine. Only works with byte aligned lines.
> What means "Only works with byte aligned lines" ? How it differs from 
> Delphi's one?

It means, the function does not work with formats which lines can start
in a middle of a byte (e.g. at the third bit).
The Delphi ScanLine function has the same limit.


Mattias

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to