Re: Windows Crashes in regards to PIXELFORMAT.. setup / ATI/AMD driver
While searching for a cause of bug 532, I made the magic '5' Windows GDI/WGL
functions 'switchable' - see:
http://jogamp.org/git/?p=jogl.git;a=commit;h=c49d29784986b1945343b9a90b5e0c9f3d95d937Whoever has a problem (crash, etc) w/ setting up the PIXELFORMAT.. (create context etc)
may try enabling the 'wgl' variants as described in the git commit.
It would be great if others (working machine w/ JOGL) try this out as well,
since we may switch over to the 'wgl' functions following the GDI/WGL documentation
(dynamically loaded OpenGL DLL). The switch would allows us to also load a non std.
OpenGL DLL (MCD, ..).
~Sven