Build errors // Build fail

When i try to debug this project i get the following message:

<img src=http://postimg.org/image/denjh3gfl/ alt="error 01">

Then i click yes and then get this:

<img src="http://postimg.org/image/ediu0z9j3/" alt="error 02">

Then i click yes to that and get this one with an error bell:

<img src="http://postimg.org/image/eodto6sqh/" alt="error 03">

Then i click ok and nothing happens. I'm following this tutorial:

http://xoax.net/cpp/crs/opengl/lessons/Lesson1/

Obviously i want the same results, it should be opening up a console with a diagnol line. What do i do C plus peeps?
Last edited on
Looks like you didnt do right when adding glut to your program, since it's not finding it.

Also, that tutorial is ancient. You should learn modern openGL.

http://learnopengl.com/

This video tutorial on all the basics of modern OpenGL is also great - https://www.youtube.com/playlist?list=PLRwVmtr-pp06qT6ckboaOhnm9FxmzHpbY
Last edited on
I obviously need help with my html also...
Don't give us screen captures. Give us error messages. For instance in the output window in these images we can see:

... open gl.cpp(37): fatal error C1010: unexpected end of file while looping for precom...


Those are the sorts of messages that are relevant.

If we do a search on that we might even find a solution.

https://support.microsoft.com/en-us/kb/815644
alright thanks for your guys's input. right, i like that guy on that site, reminds me of a teacher when i was a kid. I'll post better next time. You dont like screen captures? come on. What is openGL used for anyway?? Also, is there any html tips i can get from you guys??
Last edited on
You dont like screen captures?

Yes, we dont.


What is openGL used for anyway??

openGL is a rendering API. You can use it for 3D Applications. Games among other things.

Also, is there any html tips i can get from you guys??

This is a c++ forum, you're joking right?
Topic archived. No new replies allowed.