I'm trying to get my small OpenGL 3.x test application running all evening long already with the new Catalyst 9.8 drivers. But somehow something seems terribly wrong with the entry points of the functions.

glXChooseFBConfig seems to be 0, glXGetProcAdress can't find a function... I used my own code for resolving extensions, but I also tried with glew and I couldn't get that running either. The application worked fine with Catalyst 9.5, 9.6 and 9.7 and it should be pure OpenGL 3.0 code.

Does anybody else have problems as well, or is it just me doing something stupid?