Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-Id: <4.3.2.7.0.20010202142151.00adfee0@irispavp.igb.umontreal.ca> X-Sender: bleau2 AT irispavp DOT igb DOT umontreal DOT ca X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Fri, 02 Feb 2001 14:33:11 -0500 To: cygwin AT sources DOT redhat DOT com From: Andre Bleau Subject: Re: OpenGL Extensions Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id OAA08737 >I want to use following extensions: >glLockArraysEXT( GLint first, GLsizei count ); >glUnlockArraysEXT( void ); > >My card supports EXT_compiled_vertex_arrays. I tried to follow a GL extension >manual >(http://reality.sgi.com/blythe/sig99/advanced99/notes/node396.html), but >it didn't work. What to do? > Cygwin's OpenGL implementation is just a repackaging of Micro$oft implemention, which do not support extensions. The html doc you mentionned suggests a sensible way to get around the problem, but I didn't try it myself, having no card specific extensions to load. One problem with the suggested code might be that it is written for Visual C++, which has _WIN32 defined. The last version of gcc for Cygwin (2.92.2-7) has _WIN32 undefined by default; try compiling with -mwin32. If you still encounter problems, please report to this list the complete error messages you receive, instead of just saying "it didn't work". Regards, André Bleau, Cygwin's OpenGL maintainer. André Bleau, ing., associé de recherche bleau AT igb DOT umontreal DOT ca Laboratoire de recherche en Imagerie et en Orthopédie École de Technologie Supérieure -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple