Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I need a simple example created with fasm and using glut lib. I search on internet but seam nobody have a correct glut.inc file. Regards.

share|improve this question

1 Answer

up vote 2 down vote accepted

GLUT .inc file can be found here.

Is there a particular reason you want to use glut? There is an opengl/glu example in the fasm package for windows... Maybe that would be more useful?

share|improve this answer
1.The example for fasm forum is not functional... somthing about "missing end directive" ... maybe is something simple but will take time . 2.I need glut because I want make a crossplatform interface windows - linux – Catalin Festila Jul 27 '11 at 7:17

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.