Hi,
I have found a problem in an application i have developed in the past using GDI to draw in 2D and opengl to draw in 3D. The gdi drawing is working until i use opengl context to draw in 3D. This problem happens too in Nvidia but they have the option "Opengl GDI compatibility" to solve this problema. It is not the same in AMD drivers.
There is the option PFD_SUPPORT_GDI but it is not compatible with PDF_DOUBLEBUFFER.
Thanks.