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: wrapper opengl can't read settings file while displaying vrml files

  1. #1
    Intern Newbie
    Join Date
    Sep 2004
    Location
    Germany
    Posts
    39

    wrapper opengl can't read settings file while displaying vrml files

    Hi everyone. This is a weird problem, but maybe you know why this occurs.

    I wrote an own opengl32.dll displaying standard-applications in a modified way. This also works on vrml viewers. To this opengl32.dll i also wrote a settings.txt where some settings are made. But when viewing a vrml file on the iexplorer, it doesn't access the settings.txt. But it works when i am viewing usual opengl scene files.

    is there anything like iexplorer forbids file acces or something?

    thank you

  2. #2
    Junior Member Newbie
    Join Date
    Jan 2007
    Posts
    21

    Re: wrapper opengl can't read settings file while displaying vrml files

    I'm not sure this has anything to do with OpenGL, however...

    The problem sounds like the application cannot find the settings.txt file to open it. Where does the application look for the file e.g. the current directory (i.e. where the application exe is), in a certain location (i.e. full path)?

    How do you run the app - double-click, use a shortcut, etc?
    Joseph Steel

Posting Permissions

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