patch for unprovided glXGetProcAddressARB function in Solaris OpenGL

Lionel Ulmer lionel.ulmer at free.fr
Thu Aug 28 13:45:41 CDT 2003


> (See attached file: patch_sun_opengl)

Well, which Wine release did you use for your patch ??!!?

In current CVS Wine, we have the following code :

      p_glXGetProcAddressARB = wine_dlsym(opengl_handle, "glXGetProcAddressARB", NULL, 0);

(...)

    local_func = p_glXGetProcAddressARB(lpszProc);

So basically, the glXGetProcAddressARB function is loaded at run-time and
then your patch is useless.

            Lionel

-- 
		 Lionel Ulmer - http://www.bbrox.org/



More information about the wine-devel mailing list