From: Stefanos A. Date: Wed, 12 Feb 2014 15:14:00 +0000 (+0100) Subject: [OpenTK] Make VB.Net overload resolution happy X-Git-Tag: 2.0-0~231 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1c1607da5663be481ed4c9b71bd75aa14013e623;p=platform%2Fcore%2Fcsapi%2Fopentk.git [OpenTK] Make VB.Net overload resolution happy GLHelper.cs contains a number of overloads that cannot be resolved by VB.Net. We cannot remove them, as that will break backward-compatibility, but we can hide them by moving them after the autogenerated overloads in GL.cs. Terrible hack, but it appears to work. Issue originally reported at http://www.opentk.com/node/3554 as "OpenTK 1.1, VB.net and ambiguous functions." --- diff --git a/Source/OpenTK/OpenTK.csproj b/Source/OpenTK/OpenTK.csproj index 9a010dc..48c2d6e 100644 --- a/Source/OpenTK/OpenTK.csproj +++ b/Source/OpenTK/OpenTK.csproj @@ -1,4 +1,4 @@ - + Local @@ -462,15 +462,15 @@ Code - - Code - Code Code + + Code + Code