so i downloaded the glut devpack and installed it but im getting all kinds of linker errors... could this be cause by me having a portable edition of c++.... advice?
This is a discussion on Probem with glut devpavk installing within the Game Programming forums, part of the General Programming Boards category; so i downloaded the glut devpack and installed it but im getting all kinds of linker errors... could this be ...
so i downloaded the glut devpack and installed it but im getting all kinds of linker errors... could this be cause by me having a portable edition of c++.... advice?
Linker errors usually mean you're still missing libraries (or you didn't add them to the project).
Posting actual error messages would help....
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
If at first you don't succeed, try writing your phone number on the exam paper.
I support http://www.ukip.org/ as the first necessary step to a free Europe.
yep I forgot to link it to the glut32 library.... thanks for the reply