Design Tools & Output Technologies - JDE1 (MOSC)

MOSC Banner

'jdeStrcat' undefined

edited Sep 17, 2014 10:16AM in Design Tools & Output Technologies - JDE1 (MOSC) 4 commentsAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center