Luís Oliveira schrieb:
On Sat, Jun 28, 2008 at 1:53 PM, Thomas Karolski thomas.karolski@googlemail.com wrote:
Undefined alien: "glutSetOption"
Do you have the freeglut DLL? If so, where? And does (cffi:load-foreign-library "freeglut.dll") find it?
Its in the windows system32 folder. Compiled from source (freeglut-2.4.0). A call to (cffi:load-foreign-library "freeglut.dll") results in ---------------------------------------------------------- COMMON-LISP-USER> (cffi:load-foreign-library "freeglut.dll")
#<CFFI::FOREIGN-LIBRARY {A9BF1C9}> ----------------------------------------------------------