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 3 of 3

Thread: OpenGL Performer startup problem!!

  1. #1
    Junior Member Newbie
    Join Date
    Aug 2004
    Location
    Ohio
    Posts
    5

    OpenGL Performer startup problem!!

    I installed SGI-OpenGL Performer 3.1.1 (for Windows XP). I included the path (D:\Program Files\Silicon Graphics\OpenGL Performer\Include) in Properties>C/C++>General>Additional Include Directories (VS.NET). I imported the following set of header files into my application:

    #include <Performer/pf.h>
    #include <Performer/pfutil.h>
    #include <Performer/pfdu.h>

    The application does not compile as it says "d:\Program Files\Silicon Graphics\OpenGL Performer\Include\Performer\pr.h(71): fatal error C1083: Cannot open include file: 'ulocks.h': No such file or directory"

    I have searched for 'ulocks.h' and it does exist at the same level as 'pr.h' in the path 'D:\Program Files\Silicon Graphics\OpenGL Performer\Include\Performer'

    Where am I faltering? .. thanks a lot
    -K

  2. #2
    Super Moderator OpenGL Guru dorbie's Avatar
    Join Date
    Jul 2000
    Location
    Bay Area, CA, USA
    Posts
    4,388

    Re: OpenGL Performer startup problem!!

    Specify additional include dirs with -I (or equivalent for your compiler).

    This is off topic I'll move it to higher level APIs.

  3. #3
    Junior Member Newbie
    Join Date
    Aug 2004
    Location
    Ohio
    Posts
    5

    Re: OpenGL Performer startup problem!!

    Additional Include Directories -
    "D:\Program Files\Silicon Graphics\OpenGL Performer\Include";"D:\Program Files\DirectXSDK\Include"

    thanks ..
    -K

Posting Permissions

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