PCC-02310

Error: PCC-02310: formal parameter VARCHARs should be declared as pointers

Causa: Many C compilers allow structures to be passed to and returned from functions. Although a VARCHAR is implemented as a C struct, VARCHARs must be passed to a function as pointers.

Acción: Take the address of a VARCHAR when it is passed to a function. See the Pro*C/C++ Precompiler Programmer's Guide for more information.

COMENTARIOS:


No hay comentarios.