ievision » Developer.Team

IEVision.dll 5.3.0.0 x32 for ImageEn 8.3 and later

IEVision.dll 5.3.0.0 x32 for ImageEn 8.3 and later
IEVision.dll 5.3.0.0 x32 for ImageEn 8.3 and later


To take advantage of IEVision's functionality you will need to ship ievision.dll (or ievision64.dll for 64 bit executables) with your application.

ievision.dll should be installed in one of the following locations:

• The same folder as your application EXE (RECOMMENDED)
• The Windows System32 folder
• A path specified in the Windows %PATH% environment variable
Read more

IEVision.dll 5.2.0.0 x32 for ImageEn 8.3 and Later

IEVision.dll 5.2.0.0 x32 for ImageEn 8.3 and Later
IEVision.dll 5.2.0.0 x32 for ImageEn 8.3 and Later


To take advantage of IEVision's functionality you will need to ship ievision.dll (or ievision64.dll for 64 bit executables) with your application.

ievision.dll should be installed in one of the following locations:

• The same folder as your application EXE (RECOMMENDED)
• The Windows System32 folder
• A path specified in the Windows %PATH% environment variable

Distribution is royalty-free if you have purchased an ImageEn and IEVision license.
Read more

IEVision 4.5.0.0 for ImageEn

IEVision 4.5.0.0 for ImageEn
IEVision 4.5.0.0 for ImageEn


In order to use IEVision you must copy the ievision.dll library to the same folder as your executable or in any location in the system path.
You can check if ievision.dll is accessible by ImageEn calling IEVisionAvailable function. For example:

if not IEVisionAvailable() then
begin
ShowMessage('This application requires the ievision.dll plugin');
Application.Terminate;
exit;
end;
Read more