|
Browse by Tags
All Tags » Code conversion » Bug report ( RSS)
-
Relevant section of C# code (complete code section was converted): // extract the part within quotes char ch; int nEnd; for (nEnd = 1; (ch = sBodyStruct[nEnd]) != '"'; nEnd++) { if (ch == '\\') nEnd++; } Converted VB.NET code: ' extract the part within quotes Dim ch As Char Dim nEnd As Integer nEnd ...
Posted to
Forum
by
Satch
on
01-19-2007
Filed under: Bug report, #report, Code conversion, bug
-
Running 2.2 I see this issue (and assume it remains with latest build as 'Search' does not show any results). CInt() is converted by SharpDevelop 2.2 to a simple int cast, which is plan and simply wrong. By the way, if you Google around, this notion of the equivalent of CInt() being an (int)...
Posted to
Forum
by
harrystein
on
03-04-2008
Filed under: Bug report, .Net 2.0 bugs, Translation, Code conversion, bug, #develop 2.1, #develop 2.2, convert, #develop, SharpDevelop 3.0
Page 1 of 1 (2 items)
|
|
|