When I load the attached image via Bitmap.LoadFromFile, everything seems fine. When I try the following

var
  ScanLineImage : TLazIntfImage;
begin
  ScanLineImage := Bitmap.CreateIntfImage; // Access Violation caused here.
end;

 I get an AV.


This has only been tested on Mac OS X 10.4.11 carbon, so no idea if it works under other OSes.

I've submitted a bug report here -
http://bugs.freepascal.org/view.php?id=12018


Dominique.

<<inline: 14.bmp>>

_______________________________________________
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to