![](https://secure.gravatar.com/avatar/79ee60f3fedd5b858aa210b2cc606d6a.jpg?s=120&d=mm&r=g)
2 Jul
2009
2 Jul
'09
8:25 p.m.
2009/6/30 Luís Oliveira <luismbo@gmail.com>:
You need an active GL context in order to experiment with these calls. Here's a quick and dirty way to do that:
(glut:display-window (make-instance 'glut:window)) <abort the main loop with C-c> (gl:get-string :version) => "3.0.0 NVIDIA 180.44"
Thank you very much, that did it.