Archives Nov. 26, 2006
GLE DLL is a PITA (Seems to be working now...)
Written by
on
in
Snaking.
Have spent the whole afternoon on getting a GLE dll to build for use with PyOpenGL 3.x on Win32 systems. GLE by default on Win32 builds as a static (rather than dynamic) library. Finally seem to have something working, although it seems wrong that this one DLL is a "CDLL" where all the other DLLs ...