Quote Originally Posted by paul_nicholls View Post
Any ideas?

cheers,
Paul
Just remove DataSize:longword; and the DataEnd checks from BeRoPNG (change "while (pansichar(DataPtr)+11)<pansichar(DataEnd) do begin
" to "while true do begin" and so on, but without this it's a security leak then. :-)