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
 Exception handling / EOleException

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
mgroppelli Posted - Jan 23 2022 : 08:30:32
Hello everyone,

I'm using ImageEn 9.1.0 on Delphi 10. Is there any chance to wrap the code into a statement try-except / try-finally and prevent eventual errors?

For example, with the following code, if I assign a wrong value to 'ApertureSize' param, I get an EOleException not catched.


try
  // run edge detector
  IEVStep4.IEBitmap.GetIEVisionImage.canny(fParam4Canny.FirstThreshold, fParam4Canny.SecondThreshold, fParam4Canny.ApertureSize);

except
  on lEx: Exception do
    begin
      ...
    end;
  end;


Thanks in advance

Marco
5   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Jan 25 2022 : 17:10:29
Thanks Marco,

I've emailed you.

Nigel
Xequte Software
www.imageen.com
mgroppelli Posted - Jan 25 2022 : 03:58:59
Thanks Nigel.

I just emailed support@xequte.com

King Regards

Marco
xequte Posted - Jan 24 2022 : 18:12:33
Hi Marco

Can you email me with your order details.

Nigel
Xequte Software
www.imageen.com
mgroppelli Posted - Jan 24 2022 : 16:31:49
Hi Nigel,

First of all, thanks for your reply.

Unfortunately, the usage period of 12 months has expired.
Is there any other solution to this? This project is for my work and my employer has no plan to acquire another licence.

Marco
xequte Posted - Jan 24 2022 : 16:15:03
Hi Marco

Please update your IEVision version. This is resolved in a later update.

Nigel
Xequte Software
www.imageen.com