Community
Participate
Working Groups
Build Identifier: 20100617-1415 The same problems as described in bug #196884 can also be observed on NVidia GeForce 6600GT and Quadro NVS 140M cards with latest drivers on Windows XP SP3. The workaround is to add the following line of code before creating GLCanvas: parent.getDisplay().setData("org.eclipse.swt.internal.win32.useOwnDC", new Boolean(true)); GLCanvas canvas = new GLCanvas(parent, SWT.NO_BACKGROUND, data); It is the same trick that is used inside of GLCanvas for Windows versions 6 and higher. As I understand the source for this trick is the opengl.org and it does not state that the usage of CS_OWNDC flag is required for Windows Vista or higher only. http://www.opengl.org/wiki/Platform_specifics:_Windows#What_should_I_do_before_the_window_is_created.3F Reproducible: Always
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're closing this bug. If you have further information on the current state of the bug, please add it and reopen this bug. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie.