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: SDK 10 PROBLEM

  1. #1
    Junior Member Newbie
    Join Date
    Apr 2007
    Posts
    22

    SDK 10 PROBLEM

    I've the nv opengl sdk 10, and when I try to run the simple frame buffer object project, converted in c++ 2005 express, I get this error:

    Code :
    >c:\programmi\nvidia corporation\nvidia opengl sdk 10\common\include\nvquaternion.h(103) : error C2955: 'nv::vec3' : use of class template requires template argument list
    why? How to repair?

  2. #2
    Junior Member Regular Contributor
    Join Date
    Jan 2001
    Posts
    238

    Re: SDK 10 PROBLEM

    Sorry about that. I tried to fix all of those before release. The problem is that it needs to be vec3<T> instead of just vec3.

    -Evan

Posting Permissions

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