Stack overflow with TppImage
Hi,
I'm trying to load a jpg-file into a TppImage during excution but can't
get it to work. I'm getting a "Stack overflow" exception. Trying to
assign the image from a TImage gives the same exception.
What to do?
I'm using ReportBuilder 9.03 standard, Delphi 2005 on a Win XP pro
system.
Thanks,
Lars
I'm trying to load a jpg-file into a TppImage during excution but can't
get it to work. I'm getting a "Stack overflow" exception. Trying to
assign the image from a TImage gives the same exception.
What to do?
I'm using ReportBuilder 9.03 standard, Delphi 2005 on a Win XP pro
system.
Thanks,
Lars
This discussion has been closed.
Comments
Do you have ppJPEG added to your uses clause?
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Thanks for replying so fast,
It's working now, there was an infinite loop that I missed. Sorry about
that! BTW, I do not have ppJPEG added but it's working anyway.
Thanks,
Lars