I'm trying to install cl-glut. However, I keep getting an error which says undefined alien. Since I'm sure it has something to do with the binary I downloaded,
Can anyone point out a windows binary that they have successfully used? I got mine from http://www.mediafire.com/?ij1m9em7xdy.
The funny thing is that when I look at the functions exported in it I can find the following entry in the import table
_glutSetOption@8 (Ordinal: 86, Entry Point RVA: d0c0h (53,440))
, yet it says it is an undefined alien. I know I have loaded the library correctly, so I don't know what's happening.
Thanks!