delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Message-Id: | <4.3.2.7.0.20020612103250.02005ea0@irispavp.igb.umontreal.ca> |
X-Sender: | bleau2 AT irispavp DOT igb DOT umontreal DOT ca |
Date: | Wed, 12 Jun 2002 10:44:41 -0400 |
To: | cygwin AT cygwin DOT com |
From: | Andre Bleau <bleau AT igb DOT umontreal DOT ca> |
Subject: | Re: OpenGL renders incorrectly |
Mime-Version: | 1.0 |
X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id g5CErKt27992 |
Let the plain truth be known: there is _no_ cygwin implementation of OpenGL. The OpenGL package for Cygwin contains only headers that allow gcc to correctly link with the opengl32.dll that comes with Windows or the one that has been installed with your video card drivers. It is the exact same implementation of OpenGL that is used by VC++. So if there is a run time error with your program with gcc but not with VC++ on the same computer, it can only be a fault with how OpenGL is called, not with how OpenGL is implemented. One likely cause is uninitialized variables that luckily get proper values with VC++, but not with gcc. André Bleau, Cygwin's OpenGL package maintainer. email: bleau at igb dot umontreal dot ca (Fight SPAM: encode your email-address) Please address all questions and problem reports about Cygwin's OpenGL package to cygwin AT cygwin DOT com . -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |