TIEGlobalSettings.DLLLoadingLog
Declaration
property DLLLoadingLog: String;
Description
Returns logging detail for loading of Plug-in DLLs, such as IEVision and IELib.
You must enable
DLLLoadingLogEnabled.
Note:
◼You can also get the status of all loaded plug-ins using:
ImageEnVersion.Status
◼To copy this information to the clipboard, call
CopyIEStatusToClipboard
| Demos\InputOutput\ImagingEngines\ImagingEngines.dpr |
IEGlobalSettings().DLLLoadingLogEnabled := True;
IEGlobalSettings().RegisterPlugIns();
memLog.Text := IEGlobalSettings().DLLLoadingLog;
See Also
◼RegisterPlugIns
◼ImageEnVersion.IELibVersionStr
◼ActivePlugIns
◼PlugInAvailable
◼IEVisionSetSerialNumber
◼CopyIEStatusToClipboard