Menu

opengl libraries not working

2002-12-18
2012-09-26
  • Nobody/Anonymous

    when I link glaux library, and running my soft, i'm getting message that i didn't have glaux.dll. but it hasn't never existed that kind of library.

     
    • Nobody/Anonymous

      If I understand your question, which I am somewhat dubius that I do, it sounds like you are saying that you have a mismatch between what you are trying to link, and the libraries you have available.

      You might get a bit further in getting an answer if you take your time and say exactly what you did and what error messages you are receiving.

      Wayne

       
    • upcase

      upcase - 2002-12-18

      Sounds like you link against a lib that's only some kind of loader code for a dll. So you would need a .a file (your lib) and a corresponding .dll file that the application will load and use during runtime. Search your system for glaux.dll or download it, copy it to your programs folder (or system folder) and everything will be well.
      Another way would be to obtain or compile a static lib. Linking against this lib you wouldn't need a dll.

      Bye!

       
    • Nobody/Anonymous

      ok,I compiled my program which use opengl, glu and glaux libraries.
      when i'm running it (my program) windows says me that I haven't glaux.dll.

       
    • upcase

      upcase - 2002-12-18

      Yeah, so what to do if you haven't got glaux.dll??
      Get it! :-)

       
    • Anonymous

      Anonymous - 2002-12-18

      There is on glaux.dll...

      If you don't have glaux.dll, don't use it, it's buggy and old...

      Toni

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.