Some more error messages.....

kabir.patel@uk.andersen.com kabir.patel@uk.andersen.com
Tue Feb 5 04:31:00 GMT 2002




Thanks for that.

In a different part of the code I also get the following error messages:

syb2pv.c:9471:47: missing terminating ' character
syb2pv.c:9471: empty character constant
syb2pv.c:9472:1: missing terminating ' character
syb2pv.c:9472: character constant too long
syb2pv.c:9472: parse error before '\x2929213d'
syb2pv.c:9473: parse error before ';' token

The code for these lines are as follows:

Line 9469  while((pChar=strchr(Uwel_notes1.str,'^M'))!=NULL)
Line 9470             *(pChar) = *" ";
Line 9471           iIndex=0;
Line 9472           iOffset=0;
Line 9473           iRemaining=strlen(Uwel_notes1.str);

The variables are defined as follows:

char      *pChar;
register int short iIndex;
register int short iOffset;
register int short iRemaining;
DBVARYCHAR Uwel_notes1;

In honesty, I can't even understand the above. Any ideas as to why I get the
error messages?
If not, could somebody explain some of the above to me?

Thanks


*******************Internet Email Confidentiality Footer*******************


Privileged/Confidential Information may be contained in this message.  If you
are not the addressee indicated in this message (or responsible for delivery of
the message to such person), you may not copy or deliver this message to anyone.
In such case, you should destroy this message and kindly notify the sender by
reply email. Please advise immediately if you or your employer does not consent
to Internet email for messages of this kind.  Opinions, conclusions and other
information in this message that do not relate to the official business of my
firm shall be understood as neither given nor endorsed by it.




More information about the Gcc-help mailing list