Open Subsystem to OpenGL format??????

Just starting out? Need help? Post your questions and find answers here.
RealUser60
User
User
Posts: 14
Joined: Sat Jan 06, 2018 4:54 am
Location: Saint George, Utah
Contact:

Open Subsystem to OpenGL format??????

Post by RealUser60 »

I have read some articles about setting the subsystem to 'OpenGL' before a certain program code to run properly. How is that accomplished within PB?? Please do help me on this?

Sincerely, Richard West
A registered User. :)
User avatar
Demivec
Addict
Addict
Posts: 4267
Joined: Mon Jul 25, 2005 3:51 pm
Location: Utah, USA

Re: Open Subsystem to OpenGL format??????

Post by Demivec »

Look in the manual under 'Compiling your programs/Compiler options for non-projects files' :
http://www.purebasic.com/documentation/reference/ide_compiler.htm

On the compile menu select Compiler Options to open the Compiler Options dialog. In the entry for Library Subsystem type OpenGL.
Post Reply