Home » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » Compiling IML file problem
Re: Compiling IML file problem [message #4998 is a reply to message #4997] |
Wed, 30 August 2006 05:44   |
andywang
Messages: 8 Registered: August 2006 Location: CC
|
Promising Member |
|
|
I found :
http://averia.unm.edu/VisualCPPErrorMessages.html
Quote: | C2001: newline in constant
This error is usually caused by a string or character constant that is missing its closing ' or " symbol.
|
and That is because maybe in our multi-bytes system and mixed text, every byte larger than 127 may be treated as mutli-bytes(always 2-bytes) character(if it is the odd-th char in the line and the char right before it >127), so 0xC0C0C022 be treated as 0xC0C0 and 0xC022, so 0x22 (which is " ) is "lost" then VC compiler complains.
After I try add 368,370,372 a SPACE before "), these 3 lines pass. So one solution will be add an extra SPACE on each such line. Since I am brand-new to UPP, I am not sure if that is the right way.
Andy
[Updated on: Wed, 30 August 2006 05:47] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Sun Apr 27 23:35:55 CEST 2025
Total time taken to generate the page: 0.00822 seconds
|