Help Dev C++ Error

While trying to comile the first nehe.gamedev.net tut I get the following error.

Compiler
154 untitled1.cpp
`CDS_FULLSCREEN’ undeclared (first use this function)

LINKER
g++: c:\untitled1.o: No such file or directory
g++: file path prefix `C:\DEV-C_~1\Bin' never used

All the Opengl stuff seenms to be set up correctly???

It looks like a compiler problem, you need to read up more on the g++ compiler.
You may not having it installed correctly…

Also you may want to try the free compiler called Lcc-win32 a C compiler.

Originally posted by lost-:
[b]While trying to comile the first nehe.gamedev.net tut I get the following error.

Compiler
154 untitled1.cpp
`CDS_FULLSCREEN’ undeclared (first use this function)

LINKER
g++: c:\untitled1.o: No such file or directory
g++: file path prefix `C:\DEV-C_~1\Bin' never used

All the Opengl stuff seenms to be set up correctly???[/b]