InvokeCall.inc does not support Array of AnyType: for example, Array of String. And it has never been supporting this type of arguments from the very beginning. It has always been supporting Array of const only.
Try to use function FmtMessage to see this problem.