Page 1 of 1

openGL subsystem not found

Posted: Sat Aug 19, 2023 9:27 am
by Al_the_dutch
An old project with openGL now opened with PureBasic 6.02 for Windows, x64. PureBasic syntax check/compiler says it cannot find the subsystem and does not compile. If I remove openGL in the compileroptions (libs), it does compile without warning or errors, but the executable gives a Warning: Please compile With OpenGL subsystem. Then the exe stops, so it is not only a warning. Seems to be a bug?

With PureBasic 5.73 LTS x64 no problems, so for a short time solution that's ok. :?

From: Coding Questions\Can't Find OpenGL

Re: openGL subsystem not found

Posted: Sat Aug 19, 2023 10:24 am
by Fred
See my answer in the other thread.

Re: openGL subsystem not found

Posted: Sat Aug 19, 2023 11:17 am
by Al_the_dutch
That fixed it. Done!