Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: Help Dev C++ Error

  1. #1
    Junior Member Newbie
    Join Date
    Aug 2002
    Location
    fsad
    Posts
    7

    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???

  2. #2
    Senior Member OpenGL Guru
    Join Date
    Jun 2000
    Location
    Gastonia, NC, USA
    Posts
    2,096

    Re: Help Dev C++ Error

    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-:
    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???

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •