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: Compiler Errors :((

  1. #1
    Guest

    Compiler Errors :((

    I have those errors:

    OpenGL2D3D.cc
    .\opengl2d3d/opengl2d3d.h(1166) : warning C4518: 'void ' : storage-class or type specifier(s) unexpected here; ignored
    .\opengl2d3d/opengl2d3d.h(1166) : warning C4230: anachronism used : modifiers/qualifiers interspersed, qualifier ignored
    .\opengl2d3d/opengl2d3d.h(1167) : warning C4518: 'void ' : storage-class or type specifier(s) unexpected here; ignored
    .\opengl2d3d/opengl2d3d.h(1167) : warning C4230: anachronism used : modifiers/qualifiers interspersed, qualifier ignored
    .\opengl2d3d/opengl2d3d.h(1168) : error C2146: syntax error : missing ';' before identifier 'glAreTexturesResident'
    .\opengl2d3d/opengl2d3d.h(1168) : warning C4229: anachronism used : modifiers on data are ignored
    .\opengl2d3d/opengl2d3d.h(1168) : error C2501: 'GLboolean' : missing storage-class or type specifiers
    .\opengl2d3d/opengl2d3d.h(1168) : error C2377: 'GLboolean' : redefinition; typedef cannot be overloaded with any other symbol
    .\opengl2d3d/opengl2d3d.h(26) : see declaration of 'GLboolean'
    .\opengl2d3d/opengl2d3d.h(1168) : fatal error C1004: unexpected end of file found
    Error executing cl.exe.

    Maybe someone know what is gooing on...

    Can someone give me link to new OpenGL Drivers...

    Thanks

  2. #2
    Guest

    Re: Compiler Errors :((

    what kind of card you have , ati of nividia?

Posting Permissions

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