|
<< Click to Display Table of Contents >>
DriverName |
Contains a String describing the library associated to this I/O Driver object. For this, users must first set the DriverLocation property. This is a read-only property. In case of error loading the library of a linked Driver, that is, a file with the .dll extension, this property show the returned error message. The error messages shown in this property are described on the next table.
Error messages displayed in the DriverName property
Message |
Code |
Description |
|---|---|---|
E3_E_IO_NOTADRIVER |
0x8004F304 |
The .dll file was correctly loaded, but it was not identified as an Elipse Software's Driver |
ERROR_BAD_EXE_FORMAT |
0x800700C1 |
The .dll file is not a valid library for the current version of Elipse Water, such as a 64-bit library loaded into a 32-bit process |
ERROR_MOD_NOT_FOUND |
0x8007007E |
The .dll file does not exist or any library file from which this library depends on was not found |
ERROR_PROC_NOT_FOUND |
0x8007007F |
The .dll file contains one or more declared function that were not found in the library or in any of its dependencies |