PCC-02357

Error: PCC-02357: Function calls may not be used as host variable expressions

Causa: Only objects that are LVALUES (that resolve to an address) can be host variables. Because a function call is not an LVALUE, one cannot be used in place of a host variable.

Acción: Recode the application.

COMENTARIOS:


No hay comentarios.