
Wrong invoke call on EGL for GetProcAddress.
Posted Saturday, 7 May, 2011 - 15:33 by GuillermoGarces| Project: | The Open Toolkit library |
| Version: | 1.1-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | open |
Jump to:
Description
On OpenTK.Platform.Egl.Egl
There is the following invoke
[DllImportAttribute("libEGL.dll", EntryPoint = "eglCopyBuffers")]
public static extern IntPtr GetProcAddress(string funcname);
"eglCopyBuffers" should be "eglGetProcAddress"


Comments
#1
Thanks, fixed in trunk r3067.
#2
This bug persists in the latest version of OpenTK. I downloaded it on November 2nd 2011. The bug says fixed in May 2011, so why is it sill in the current version 6 months later?
#3
The fix is available in the nightly releases available in the frontpage.