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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 An error has occurred! Found only in ievision64.dll
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

foxdingding

77 Posts

Posted - Nov 03 2021 :  23:53:23  Show Profile  Reply
ievision64.dll(An error has occurred!! Found only in ievision64.dll)


ievision64-Trial.dll (No errors found!)
ievision32.dll (No errors found!)

foxdingding

77 Posts

Posted - Nov 03 2021 :  23:56:21  Show Profile  Reply
===Delphi 10.3 WIN 64 ===

// blur
if CheckBoxApplyBlur.Checked then
ImageEnView1.IEBitmap.GetIEVisionImage().blur(IEVisionSize(3, 3), IEVisionPoint(-1, -1));

Go to Top of Page

foxdingding

77 Posts

Posted - Nov 04 2021 :  20:24:55  Show Profile  Reply
The matter is pressing [ urgent] ,I must be dealt with at once.
Go to Top of Page

xequte

38616 Posts

Posted - Nov 05 2021 :  21:09:58  Show Profile  Reply
Thanks for the report. I can reproduce the issue and we will investigate.

Nigel
Xequte Software
www.imageen.com
Go to Top of Page

foxdingding

77 Posts

Posted - Nov 06 2021 :  08:51:10  Show Profile  Reply
Thank you#65281;
Go to Top of Page

xequte

38616 Posts

Posted - Nov 06 2021 :  18:03:04  Show Profile  Reply
Hi

We have a fix for this in the current beta.

Nigel
Xequte Software
www.imageen.com
Go to Top of Page

foxdingding

77 Posts

Posted - Nov 06 2021 :  22:01:15  Show Profile  Reply
Hi

Any updates? How do I get DLL?
Go to Top of Page

xequte

38616 Posts

Posted - Nov 08 2021 :  01:20:06  Show Profile  Reply
Hi

Please email me.

Nigel
Xequte Software
www.imageen.com
Go to Top of Page

foxdingding

77 Posts

Posted - Nov 09 2021 :  04:24:00  Show Profile  Reply
Hi
New DLL( Ver 6.0.1.0) Test successful!
But is it safe to use this way?

(***********************************************
if not IEVisionAvailable() then
begin
ShowMessage('This application requires the ievision.dll plug-in, v' + IEVC_EXPECTED_LIBRARY_VERSION +'. Please download it from: www.imageen.com/download/');
Application.Terminate;
exit;
end;
******************************************)






Go to Top of Page

xequte

38616 Posts

Posted - Nov 09 2021 :  19:34:53  Show Profile  Reply
Hi

For the new DLL, you should set IEVC_EXPECTED_LIBRARY_VERSION to 6.0.1.0 in ievision.pas.

Though you might prefer to await the official release in early December.


Nigel
Xequte Software
www.imageen.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: