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: [Q] An memory Error occurred while I excuting very simple perofrmer program.

  1. #1
    Junior Member Newbie
    Join Date
    Jul 2002
    Location
    Seoul, South Korea
    Posts
    26

    [Q] An memory Error occurred while I excuting very simple perofrmer program.

    Hi, everybody.

    I made a simple program which just displays a pipe Window, by using pfPipe, pfPipeWindow and pfChannel.

    I just made a pipe and a pipe window, and also connect a channel to pipe.

    In a while loop, I only call pfFrame() .

    My program has no problem to be compiled, but it fails when being excuted.

    The error message is 'Access Violation'.

    I didn't connect a scene object to the channel of my program.

    Is this the reason my program fails ?

    I mean....If there is no scene graph object which is related to a channel, does the performer application fails during pfFrame being called ?
    Wonwoo Lee

  2. #2
    Junior Member Regular Contributor
    Join Date
    Apr 2003
    Location
    Toulouse, France
    Posts
    133

    Re: [Q] An memory Error occurred while I excuting very simple perofrmer program.

    my programs works well even if there are no objects in the scene.
    where does the program fail? during pfFrame() call? or before?

Posting Permissions

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