The german Delphi OpenGL-Community just recently updated their OpenGL-Header to version 1.9, which works with Win32, .NET and Linux.

The header already supports all new OpenGL-extensions and now also can be used with .NET (1.1, therefore works with D2005). Some of the changes :

<ul>[*]InitOpenGL will now be called automatically, so you don't have to do it manually anymore.[*]Possbility to only load the function pointers for a given set of OpenGL-extensions (to speed up loading). By default all extensions are initialized.[/list]