'jdeStrcat' undefined
Hi,
C:\B7\DV7333\source\B554311N.c(432) : warning C4013: 'jdeStrcat' undefined; assuming extern returning int
char szCacheName[50] = "FindDocItem_";
char szJobNo[MAXLEN_MATH_NUMERIC] = {0};
…
jdeStrcat(szCacheName, szJobNo);
when we compile a new functionC for XE, receive this warning
1_are there something wrong in code?
2_ohter function to reemplace this one?
thanks