🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

problems with DevC++

Started by
10 comments, last by GameDev.net 17 years, 8 months ago
I had the exact same problems with DevC++, here's exactly what I did (in simple steps):

1. Downloaded the glaux devpack with using check for updates/packages and selected devpacks.org, and then searched for the 'glaux' file.

2. Downloaded and installed the DevPack

3. Made a new OpenGL and glaux project

4. Made sure I had the right parameters (it was missing -lglu32)

5. Found that I needed to capitalize the GL in

After doing these steps, my code compiled. Hope this helps.
Advertisement
I had the exact same problems with DevC++, here's exactly what I did (in simple steps):

1. Downloaded the glaux devpack with using check for updates/packages and selected devpacks.org, and then searched for the 'glaux' file.

2. Downloaded and installed the DevPack

3. Made a new OpenGL and glaux project

4. Made sure I had the right parameters (it was missing -lglu32)

5. Found that I needed to capitalize the GL in the #include GL/glaux

After doing these steps, my code compiled. Hope this helps.

This topic is closed to new replies.

Advertisement