This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

OpenGL


glBindTextures(...) and glGenTextures(...) functions are
lacking from the SGI DLL export library representation: libopengl32.a

To fix this discrepancy:

1.  acquire opengl32.def
2.  add two lines:  glBindTextures@8, glGenTextures@8
3.  run: dlltool -k --def opengl32.def --dllname opengl32.dll
--output-lib libopengl32.a

for an updated binary:
mailto:vulpinus@erols.com

--sc




-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]