lesson 1 help in Nehe

Started by
6 comments, last by Kris2456 19 years, 1 month ago
i have type the whole code but when i compile it it stand expected end of file so i cant compile it can any help me?
Advertisement
You most likely forgot a semicolon at the end of an include file or at the end of a source file.
at the end it stand } i have the following include
#include <windows.h>
#incldue <gl\gl.h>
#include <gl\glu.h>
#include <gl\glaux.h
any know what is wrong?
you forgot the end bracket (>) when including glaux?
heh
you also probably forgot a closing } in your last function.
I'm sorry, but I'm going to be blunt with you. If you can't understand an "unexpected end of file error" then you shouldn't be messing around with OpenGL.
- A momentary maniac with casual delusions.
Yes. Although it may sounds harsh, if u dont know what that is, or how to fix it, then you will find OpenGL pretty hard.

I suggest u read up on your C# or C++ before moving on. Don't make the same mistake i did, PLEASE!
------------ "Here lies a toppled God,His fall was not a small one,We but built his pedastle,A narrow, and a tall one" Frank Herbert (Dune:Messiah)

This topic is closed to new replies.

Advertisement