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: Will my OGL .exe run on other computers?

  1. #1
    Junior Member Newbie
    Join Date
    Feb 2000
    Posts
    6

    Will my OGL .exe run on other computers?

    If I compile an OpenGL/GLUT app on my computer (linking in opengl32.lib and glut32.lib, of course), will it run on my friend's computer? What does he need to run it? Or does he have to recompile it himself?

    Thanks.

  2. #2
    Advanced Member Frequent Contributor
    Join Date
    Feb 2000
    Posts
    662

    Re: Will my OGL .exe run on other computers?

    If you didn't use any extensions and your friend has an opengl compatible card that is different from a voodoo2 or voodoo1(you'll have to dynamically load the gl library for that), then it should work. I say should because some old generations cards(rage pro) has some drivers problem. But if it is a newer it *should* work has is. Just try it and check what happens!

    And if you used glut, he will need glut32.dll in the directory windows/system

    [This message has been edited by Gorg (edited 03-28-2000).]

  3. #3
    Junior Member Regular Contributor
    Join Date
    Mar 2000
    Location
    Germany
    Posts
    200

    Re: Will my OGL .exe run on other computers?

    Hi there!

    I'm not sure if I translated your question corectly (I'm not an english native speaker, blame me if you wan't).

    If you compiled your programm on a Microsoft OS (like 95,98,NT4,2000) it will only run on these OS'es (95,98,NT4,2000), it won't run under Linux or Solaris, or... (you name it).

    Hope this helped you, and may the vector be with you.

    LG.

Posting Permissions

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