ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Issue: Error loading SVG image

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

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?


Nigel
Xequte Software
www.imageen.com