Author Topic: Using OpenGL libraries?  (Read 7884 times)

Offline ThePsycho

  • Single posting newcomer
  • *
  • Posts: 4
    • Syntax Central Development Community
Using OpenGL libraries?
« on: January 30, 2009, 01:47:37 am »
Alright, so I know that OpenGL is installed at C:\WINDOWS\system32\opengl32.dll, how do I use this in codeblocks? Thanks for the help, and I hope I get more help than in my other topic. :x

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: Using OpenGL libraries?
« Reply #1 on: January 30, 2009, 02:28:16 am »
Find out which compiler you are using: Learn how to program; and then install the Libraries(This means header files and Library files) needed by your compiler.

Tim S

PS: This website IS NOT for newbie programmers; if you do NOT know the difference between IDE and Compiler; I suggest finding a beginner site. If you really want answers you need to known how to ask questions that does not require the person to play twenty questions with you.

Example Info that helps includes but not limited to
Compiler Name
Compiler version
OS Name
OS version
« Last Edit: January 30, 2009, 02:33:15 am by stahta01 »
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 ThePsycho

  • Single posting newcomer
  • *
  • Posts: 4
    • Syntax Central Development Community
Re: Using OpenGL libraries?
« Reply #2 on: January 30, 2009, 03:17:21 am »
yes I am familiar with IDEs, I am fairly fluent with Java, but this is C++ and it is very new to me.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: Using OpenGL libraries?
« Reply #3 on: January 30, 2009, 04:48:02 am »
Do NOT expect help if you do not know what compiler you are using!!!!

Tim S
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 Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Using OpenGL libraries?
« Reply #4 on: January 30, 2009, 06:40:00 am »
Find out which compiler you are using: Learn how to program; and then install the Libraries(This means header files and Library files) needed by your compiler.

That shouild be help enough to find out what to do !

yes I am familiar with IDEs, I am fairly fluent with Java, but this is C++ and it is very new to me.

Be aware, that this is not a beginners forum. Neither programming nor C++-programming.

If you have C::B related question, feel free to ask again.

Both topics locked !