From 1c1607da5663be481ed4c9b71bd75aa14013e623 Mon Sep 17 00:00:00 2001 From: "Stefanos A." Date: Wed, 12 Feb 2014 16:14:00 +0100 Subject: [PATCH] [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." --- Source/OpenTK/OpenTK.csproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.7.4