Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-Id: <4.3.2.7.0.20010202142151.00adfee0@irispavp.igb.umontreal.ca>
X-Sender: bleau2@irispavp.igb.umontreal.ca
X-Mailer: QUALCOMM Windows Eudora Version 4.3.2
Date: Fri, 02 Feb 2001 14:33:11 -0500
To: cygwin@sources.redhat.com
From: Andre Bleau <bleau@igb.umontreal.ca>
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@igb.umontreal.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

