Re: [PyOpenGL-Users] PyOpenGL on Windows
Brought to you by:
mcfletch
From: Henry G. <he...@ca...> - 2011-07-04 17:33:02
|
On Mon, 2011-07-04 at 13:43 -0300, Alejandro Segovia wrote: > I can confirm that after getting the MSVCRT7.1.dll not found error > message every time I lunch my application, it happens to run fine, > with all OpenGL code working. It seems that the gle32.dll packaged with PyOpenGL has this dependency, so its this library that needs to be recompiled. I've just spent a little while trying to hunt the source down for that library, and the best I get to is here: http://linas.org/mirrors/www.quiknet.com/2001.04.09/~moriarty/downloads.htm but the source link (look inside the html) is dead. If you try to go to that quicknet page, it redirects to surewest.com. Someone must have the source somewhere! (it's GPL according to the license file). cheers, Henry |