Libreria glut

di il
1 risposte

Libreria glut

Ragazzi siccome sto studiando le librerie grafiche e fino ad ora usavo dev c++ come compilatore per usare le librerie glut che cosa dovrei fare ?

1 Risposte

  • Re: Libreria glut

    Ciao, premetto che non è la risposta che cercavi, ma piuttosto che non averne forse è meglio avere uno spunto
    Io non uso dev c++, ma g++, però quando compilo, per includere le librerie aggiungo "-lglut -lGLU -lGL". -l indica l'inclusione della libreria esterna, non so se anche su windows i file da includere mantengano lo stesso nome, puoi provare a vedere se in qualche maniera si risolve...


    Ps: ho provato a googlare e forse ho trovato qualcosa che fa al caso tuo:

    6. Open Dev C++ and go to "Tools > Check for Updates/Packages". This should bring you to the update manager.

    7. Click below the "Select devpack server" and select "devpacks.org community devpacks".

    8. Now click "check for updates" at the bottom of the page. Once its done loading, scroll through the lists of packages until you find a glut package. Once you are ready, check the small box to the left of the name. Download it, and then the computer will install it automatically. Now you have opengl (opengl comes w/dev c++) and glut.

    Once you download glut, dev c++ even does you a favor by creating a template for glut programs (isnt that cool!). To use the template, click the "multimedia" tab in the
    "create a project" window. The glut template should be there for you to use.


    In ogni caso, che errore ti dà?
Devi accedere o registrarti per scrivere nel forum
1 risposte