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 Date: Fri, 14 Jul 2000 17:30:19 -0400 Message-Id: <200007142130.RAA16427@envy.delorie.com> From: DJ Delorie To: nhv AT cape DOT com CC: cygwin AT sourceware DOT cygnus DOT com In-reply-to: <000901bfedd4$fc7c08a0$d236ba8c@nhv> Subject: Re: glGetString ? References: <000901bfedd4$fc7c08a0$d236ba8c AT nhv> > 00000000 T _glGetString AT 4 The "@4" implies that it's a WINAPI function, which means it's *critical* that you include the right headers. Find the prototype for glGetString and make sure (1) it's WINAPI (or some equivalent), and (2) that it's included by your program. -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com