The following errors are raised by the library.
Error number | Message | Cause |
---|---|---|
9 | Data type mismatch. | One of the parameters has not the expected datatype. |
11 | Function argument value, type, or count is invalid. | One of the parameters was not valid or the count of parameters was incorrect. |
43 | There is not enough memory to complete this operation. | A memory allocation failed. |
1754 | Cannot find entry point. | The part of the library was not initialized with InitVFP2C32 or the function is not available on the current operating system. |
1098 | Contains the system or custom error message. | Depends - call AErrorEx to get extended error information. |