Hello,
I am playing with the demo ImageEn Painter.
In this I just added one single line of code in OnCreate Event of Form:
IO.Params.PSD_LoadLayers := True;
Now when I try to open any PSD file it crashes with a memory access violation error. The info provided by compiled exe is not useful.
When we run it in the IDE the error shows up in the ImageEnView module at line # 17540.
// Shortcut method to determine whether loAllowMultiSelect is defined in LayerOptions
function TImageEnView.LayersAllowMultiSelect: boolean;
begin
Result := loAllowMultiSelect in fLayerOptions;
end;
I am using ImageEn 6.2.1
TIA
Yogi Yang