Hi
I have made a bit of a jump to the latest snapshot version from 9.25 to 9.27

I was using lazjpeg
but that would not compile (i.e errors in lazpeg.pas)
so I removed it from my project
now, have a jpeg image in a timage is OK in the compiler (carbon)
but when I compiled my project, when a form was created at run time, there was an error with that jpeg image (a bitmap image is OK)
error is...
(timagename).picture.data abstract method called
and the program crashes out
strangely If I create a new program, and have the problem timage's (jpeg images) on a form, and compile and run that program, there is no problems...
hoping someone can help me out!
Thanks!