Hello,
Does anybody can tell me what means exactly this error ?
PCC-02021 Found newline while scanning string literal
Cause: A string constant contains a newline character, For example:
char x[] = "Hello world";
Action: Remove the newline character.
I have encountered this error in a Pro*C source file, and I don't know how to solve it.
I don't understand the cause and the recommended action (the string contant does not contain a newline character ???).
Thank you for your help !