Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Fri, 27 Aug 2004 12:35:49 -0500 From: Brian Ford Reply-To: cygwin AT cygwin DOT com To: =?iso-8859-1?q?Kamil=20ERMAN?= cc: cygwin AT cygwin DOT com Subject: Re: opengl 1.4 In-Reply-To: <20040827144608.43605.qmail@web86902.mail.ukl.yahoo.com> Message-ID: References: <20040827144608 DOT 43605 DOT qmail AT web86902 DOT mail DOT ukl DOT yahoo DOT com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-IsSubscribed: yes On Fri, 27 Aug 2004, Kamil ERMAN wrote: > Hi; > I try to upgrate > opengl 1.4 version, because > I want to run and compile mycode in windows > How can I obtain related lib and dll for cygwin-gcc > compiler. Windows only supports OpenGL version 1.1. All newer functionality is vendor specific (ATI, Nvidia, etc.), and only available via dynamic loading (ie. wglGetProcAddress()). Headers and import libraries are provided via the w32api and opengl packages. Use setup to install them. If you are looking for something else, try the package search available here: http://cygwin.com/packages -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/