When I type (or copy) the examples from the OpenGL tutorials into my Dev C++ compiler I get an error saying that some headers can not be found. The tut didn't mention anything about getting these files from elsewhere so I just assumed they would come with the compiler. Was I wrong?

The two headers the compiler has not been able to find so far are stdafx.h and gl/glaux.h.

For the sake of the scroll bar, I won't post the entire code, but if you need to see it to answer me, it's in the OpenGL area of the tutorials section.

Thanks.