Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Date: Mon, 10 Nov 2003 16:31:26 -0500
From: Christopher Faylor <cgf-no-personal-reply-please@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: OpenGL and cygwin
Message-ID: <20031110213126.GB18439@redhat.com>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
References: <200311031609.hA3G9kZ17540@bigmail.research.att.com> <Pine.GSO.4.56.0311031014390.9584@eos> <Pine.CYG.4.58.0311101203590.508@euclid> <20031110174953.GB13143@redhat.com> <Pine.LNX.4.58.0311101256310.3450@apollonius.research.att.com> <20031110204458.GC1808@tishler.net> <Pine.LNX.4.58.0311101551050.3450@apollonius.research.att.com> <20031110205820.GA17282@redhat.com> <Pine.LNX.4.58.0311101605010.3450@apollonius.research.att.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <Pine.LNX.4.58.0311101605010.3450@apollonius.research.att.com>
User-Agent: Mutt/1.4.1i
Note-from-DJ: This may be spam

On Mon, Nov 10, 2003 at 04:16:00PM -0500, Suresh Venkatasubramanian wrote:
>
>OK. now I am really confused.
>Let me try to summarize what I want to do.
>
>I want to compile an OpenGL program that uses the native windows
>opengl drivers for linking rather than cygwin's libraries. I compiled my
>code using
>
>gcc -mno-cygwin <src files> -lglut32 -lglu32 -lopengl32
>
>also making sure that I was using the /usr/include/w32api/GL includes.
>
>the code compiles correctly, and does not run, giving the error I
>indicated earlier.
>
>Various suggestions (Andre/Brian) indicated that I could use
>/usr/bin/glut32.dll as opposed to an nvidia glut dll that I had been using
>for this purpose. The error I get is independent of the choice of dll
>used.
>
>cjf's mail now indicates that I cannot do this ? any help would be greatly
>appreciated....

You can't use cygwin DLLs with non-cygwin apps.
--
Please use the resources at cygwin.com rather than sending personal email.
Special for spam email harvesters: send email to aaaspam@sourceware.org
and be permanently blocked from mailing lists at sources.redhat.com

--
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/

