Razvan Adrian Bogdan wrote:
On 8/23/05, Adilson Oliveira <[EMAIL PROTECTED]> wrote:

Yoppy Sundawa wrote:

What version of lazarus you are using ?

0.9.8


Latest snapshot should be fine, i have one from 16.08.2005

   for i:=Integer(base) to Integer(base)+pixelCount*3-1 do
     PByte(i)^:=vGammaLUT[PByte(i)^];         //-------------------> Error

Maybe the compiler thinks you are asigning a value to i, try {$mode
Delphi} and maybe use a second variable that has the same value as i,
it's just a guess but might work.

Looks familiar, see: http://www.freepascal.org/bugs/showrec.php3?ID=4308

Vincent

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

Reply via email to