News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Opengl and Sdl version

Started by cpluspluslearner, June 04, 2011, 03:50:01 AM

Previous topic - Next topic

cpluspluslearner

what version of sdl and opengl does code blocks 10.05 use?

and is there a way to update sdl and opengl in codeblocks?


stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

MortenMacFly

Quote from: cpluspluslearner on June 04, 2011, 03:50:01 AM
what version of sdl and opengl does code blocks 10.05 use?
You can use any version available.

"Updating" is as easy as setting up your project's paths for the compiler to point to the (your) recent SDL / OpenGL library.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]