ImageEn, unit iesettings

TIEGlobalSettings.DLLLoadingLogEnabled

TIEGlobalSettings.DLLLoadingLogEnabled

Declaration

property DLLLoadingLogEnabled: Boolean;

Description

Enables logging for loading of Plug-in DLLs, such as IEVision and IELib, to assist with debugging.
The log will be output to: DLLLoadingLog.

Default: False

Demo

Demo  Demos\InputOutput\ImagingEngines\ImagingEngines.dpr

Example

IEGlobalSettings().DLLLoadingLogEnabled := True;
IEGlobalSettings().RegisterPlugIns();
memLog.Text := IEGlobalSettings().DLLLoadingLog;

See Also

RegisterPlugIns
ImageEnVersion.IELibVersionStr
ActivePlugIns
OnLoadPlugIn
PlugInAvailable
IEVisionSetSerialNumber
CopyIEStatusToClipboard