Click here to Skip to main content
15,887,175 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
I found out my Code::Blocks has really poor windows headers. I want it to use SDK ones.

What I have tried:

Making CB look into SDK folder, it causes big amount of problems with compiling.
Posted
Updated 26-May-16 12:24pm

1 solution

OpenGL is language neutral, i.e., you can write your OpenGL programs in Windows, Java, Linux, Mac, etc. Under Windows, there are again many ways to write a OpenGL program. e.g., Win32 API directly, GLUT or FreeGLUT, SDL (Single DirectMedia Layer), Allegro, etc.

Nehe's lessons are explained in Win32 API, which is complex, cumbersome and hard and to understand. Nonetheless, the solutions are also ported to all the other platforms. I strongly suggest that you follow the solution using GLUT (which greatly simplifies interaction to Windows).
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900