SYNTAX ERROR When Compile in Tradition. Chinese Windows XP (1 Viewer)

Isaac Lin

Portal Member
March 31, 2006
46
0
Taiwan
Re: SYNTAX ERROR When Compile in Tradition. Chinese Windows

Isaac Lin said:
Some C# files are having syntax error, such as missing single quote on the right hand side of the question mark or backslash for the escape character. After I change these mistakes, it can compile C# solution in Traditional Chinese Windows XP. Is anyone known why I can compile source code in English version if I didn’t doing any modification? Please fix it in SVN serer if it is a bug. The files are including:
  • Core\guilib\GUIFilmstripControl.cs
    Core\guilib\GUIListControl.cs
    Core\guilib\GUIThumbnailPanel.cs
    Databases\Video\IMDB.cs
    ProcessPlugins\ExternalDisplay\Setings.cs
    TVCapture\teletext\TeletextDecoder.cs
    TVCapture\teletext\TeletextPageRender.cs
    Utils\Web\Parser\Parser.cs
    WindowPlugs\GUIScript\MPSript.cs
    WindowPlugs\GUItrailers\GermanTrailers.cs
    Core\Util\HtmlToText.cs

I found out why I cannot compile C# source code in Visual Studio 2006 in Traditional Chinese Windows XP. Please fix it in SVN serer if it is a bug. The screenshot is as follows,

1. Missing forward slash for escaped character in Visual Studio 2006 of the Tradiotional Chinese Windows XP; However, it dpesn't have any problems in English version.(File: HtmlToText.cs)
mpbug1small7nq.jpg



2. Missing single or double quote mark on the right side of the question mark(File: GUIFilmstripControl.cs).
mpbug2small9rv.jpg
 

allentseng

New Member
August 25, 2006
1
0
Hi there,

For your information, on Chinese window XP, We change system language(region??) to EN. and compile with VS 2005 express. it work.

Allen
 

Users who are viewing this thread

Top Bottom