Author Topic: Opengl and Sdl version  (Read 5636 times)

Offline cpluspluslearner

  • Single posting newcomer
  • *
  • Posts: 3
Opengl and Sdl version
« on: June 04, 2011, 03:50:01 am »
what version of sdl and opengl does code blocks 10.05 use?

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

« Last Edit: June 04, 2011, 04:14:33 am by cpluspluslearner »

Online stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: Opengl and Sdl version
« Reply #1 on: June 04, 2011, 04:50:47 am »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Opengl and Sdl version
« Reply #2 on: June 04, 2011, 08:42:30 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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ