Hi all, With this patch, Tribes goes a little bit further : it starts to actually do OpenGL calls before dropping it. I did not go much further as it starts to get late here, so no OpenGL support for now. Lionel Changelog: Added stub for undocumented 'wglGetDefaultProcAddress' function -- Lionel Ulmer - http://www.bbrox.org/
--- ../wine_base/dlls/opengl32/make_opengl Fri Sep 27 20:33:57 2002 +++ dlls/opengl32/make_opengl Fri Feb 7 00:12:57 2003 @@ -512,6 +512,7 @@ @ stub glGetLevelParameteriv @ stub wglUseFontBitmapsW @ stub wglUseFontOutlinesW +@ stub wglGetDefaultProcAddress @ forward wglChoosePixelFormat GDI32.ChoosePixelFormat @ forward wglDescribePixelFormat GDI32.DescribePixelFormat @ forward wglGetPixelFormat GDI32.GetPixelFormat --- ../wine_base/dlls/opengl32/opengl32.spec Sat Nov 9 12:14:15 2002 +++ dlls/opengl32/opengl32.spec Fri Feb 7 00:04:49 2003 @@ -18,6 +18,7 @@ @ stub glGetLevelParameteriv @ stub wglUseFontBitmapsW @ stub wglUseFontOutlinesW +@ stub wglGetDefaultProcAddress @ forward wglChoosePixelFormat GDI32.ChoosePixelFormat @ forward wglDescribePixelFormat GDI32.DescribePixelFormat @ forward wglGetPixelFormat GDI32.GetPixelFormat