- Thread starter
- #11
Re: SYNTAX ERROR When Compile in Tradition. Chinese Windows
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)
2. Missing single or double quote mark on the right side of the question mark(File: GUIFilmstripControl.cs).
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)
2. Missing single or double quote mark on the right side of the question mark(File: GUIFilmstripControl.cs).