Quantcast
Channel: Delphi - Developer.Team - Best choice for developers
Viewing all articles
Browse latest Browse all 5013

IEVision 4.5.0.0 for ImageEn

$
0
0
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;


DOWNLOAD

Viewing all articles
Browse latest Browse all 5013

Trending Articles