openGL subsystem not found

Just starting out? Need help? Post your questions and find answers here.
Al_the_dutch
User
User
Posts: 70
Joined: Mon Nov 11, 2013 11:07 am
Location: Portugal

openGL subsystem not found

Post 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
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: openGL subsystem not found

Post by Fred »

See my answer in the other thread.
Al_the_dutch
User
User
Posts: 70
Joined: Mon Nov 11, 2013 11:07 am
Location: Portugal

Re: openGL subsystem not found

Post by Al_the_dutch »

That fixed it. Done!
Post Reply