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
|