Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
klausdoege
Posted - May 16 2013 : 06:20:06 Hello, after install v4.3.1. Error iegUseCMYKProfile not found ? Why ? Imageenio.MsgLanguage:= msGerman ?? works not mor.
In v4.3.0 it's works perfect. What can i do ? ----------------------------------
I have found it !!! All it's now in IEGlobalsettings, Unit iesettings;
Posted - May 16 2013 : 06:37:30 With version 4.3.1 you have to add iesettings to uses then use: IEGlobalSettings.UseCMYKProfile := True instead of using iegUseCMYKProfile.
Same for MsgLanguage: IEGlobalSettings.MsgLanguage := msGerman;