T O P I C R E V I E W |
foxdingding |
Posted - Nov 03 2021 : 23:53:23 ievision64.dll(An error has occurred!! Found only in ievision64.dll)
ievision64-Trial.dll (No errors found!) ievision32.dll (No errors found!)
|
9 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Nov 09 2021 : 19:34:53 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
|
foxdingding |
Posted - Nov 09 2021 : 04:24:00 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; ******************************************)
|
xequte |
Posted - Nov 08 2021 : 01:20:06 Hi
Please email me.
Nigel Xequte Software www.imageen.com
|
foxdingding |
Posted - Nov 06 2021 : 22:01:15 Hi
Any updates? How do I get DLL? |
xequte |
Posted - Nov 06 2021 : 18:03:04 Hi
We have a fix for this in the current beta.
Nigel Xequte Software www.imageen.com
|
foxdingding |
Posted - Nov 06 2021 : 08:51:10 Thank you#65281; |
xequte |
Posted - Nov 05 2021 : 21:09:58 Thanks for the report. I can reproduce the issue and we will investigate.
Nigel Xequte Software www.imageen.com
|
foxdingding |
Posted - Nov 04 2021 : 20:24:55 The matter is pressing [ urgent] ,I must be dealt with at once. |
foxdingding |
Posted - Nov 03 2021 : 23:56:21 ===Delphi 10.3 WIN 64 ===
// blur if CheckBoxApplyBlur.Checked then ImageEnView1.IEBitmap.GetIEVisionImage().blur(IEVisionSize(3, 3), IEVisionPoint(-1, -1));
|