procedure TForm1.FormCreate(Sender: TObject);
begin
ImageEnView1.IO.LoadFromFile('C:\Users\test\Pictures\test.svg');
end;
64-bit process throws an error, 32-bit process loads successfully
64-bit process throws an error when loading test.svg in FormCreate
64-bit process throws an error when loading test.svg in a thread
64-bit process only loads successfully synchronously after the main interface is displayed.
