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
bajie
Posted - May 22 2026 : 01:28:52
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.
1 L A T E S T R E P L I E S (Newest First)
xequte
Posted - May 27 2026 : 00:30:30 I'm unable to reproduce that. I created a new 64bit project (without access to ielib64.dll which should not be relevant for this file) and the image loaded correctly (in FormCreate). What version of ImageEn are you using?