현상 : Fget( (FBFR *)transf, A315PIN, 0, a315pin, 0 );
"clstserv.c", line 433: argument is incompatible with prototype: arg #4
원인 : macro를 사용할 경우는 host변수에 .arr를 붙여주지 않은 경우에 발생
조치 : Fget( (FRFB *)transf, A315PIN, 0, a315pin.arr, 0 );
a315pin.len = strlen( a315pin.arr );
'▶ Tuxedo > 오류 메시지(Tuxedo)' 카테고리의 다른 글
tpcommit() Error (0) | 2010.06.03 |
---|---|
LIBFML_CAT:3: ERROR: No space in fielded buffer ! (0) | 2010.06.03 |
Lib FML-CAT4: ERROR Field not present ! (0) | 2010.06.03 |
Fget() Error : Ferror = 3 ( FNOSPACE ) (0) | 2010.06.03 |
end of file before end of packet indicates syntax error (0) | 2010.06.03 |