Hmm... the idea is good, but my realisation isn't that "efficiant".
May you could help me again. (BTW: I don't need the date of compilation, I just need the date of the source release.)
So here's...
Type: Posts; User: Moritz
Hmm... the idea is good, but my realisation isn't that "efficiant".
May you could help me again. (BTW: I don't need the date of compilation, I just need the date of the source release.)
So here's...
Thanx for that... I'll have to try it! http://www.opengl.org/discussion_boards/ubb/smile.gif
Moritz
[This message has been edited by Moritz (edited 05-25-2002).]
Hey Martin!
Is freeglut different than glut? Or is it just new made, free and open for all programmers?
Cya Moritz
Hello everyone!
I got a question:
I want to use a macro in a GLUT function, i.a.:
#define CURRENT_DATE (23. May 2002)
and want to use it within the glutCreateWindow();
How to use it? My...