Home General

HTMLFile

edited November 2015 in General
Hi,

I think there is an error in TppHTMLDevice.StartJob:

the following code

if not(UseOutputStream) then
FLinkCreator.CreateContentDirectory;

is never executed, because UseOutputStream ist set to true in the
constructor and never changed after that.

Since a Imagepath either doesn't exist in the first place or is erased
in line 237, but never created (again), the output of images raises a
exception.

Please correct me if I'm wrong.

Regards,
Walter

Comments

This discussion has been closed.