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
 Ieimage

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
rtfs Posted - Mar 05 2019 : 07:20:04
Having a problem using ieimage. This used to work years ago. Using VS17 and Win 10 64. Just updated to most recent version of IEvolution, because old version from years ago started to give same problem. .Net 4.52.

Works in debug but not release mode.

--------------
Dim imgAnnotated As New IEImage
imgAnnotated = Nothing

If File.Exists(strFilename) Then
MsgBox("Loading " & strFilename)
imgAnnotated.LoadImage(strFilename)
' Error on line above

Else
MsgBox("No file")
End If
--------------
Thanks
3   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Mar 05 2019 : 23:40:27
Sorry, what is the message of the error that you encounter when running this code?

Nigel
Xequte Software
www.imageen.com
rtfs Posted - Mar 05 2019 : 22:29:59

ExportImage is the procedure that the code is in.



As I said, this works in debug mode, but not in release mode. 32 bit.
xequte Posted - Mar 05 2019 : 15:40:11
Hi

What is the error that you encounter?

Nigel
Xequte Software
www.imageen.com