Reply to thread

Error in building the source



Hi, I just downlaod the source code from SVN, and opened the solution in VS.net 2005


When I try to build the solution, it shows the error


Error    1    Newline in constant    C:\Project\dotnet\MediaPortal\Core\guilib\GUIFilmstripControl.cs    779    134    Core


And I find the line, the error occur becuase of a un-closed '

action.m_key.KeyChar == '?)


and I find that it problem also exist in other source code that contain this character '?'


anyone encounter this problem ??? and how to soluton??/

or it is a setting issue??


Top Bottom