From: "Terence" Newsgroups: comp.os.msdos.djgpp Subject: Re: Open GL Problems Date: Tue, 13 Jul 1999 23:12:56 +0800 Organization: Singapore Telecommunications Ltd Lines: 36 Message-ID: <7mflef$uq1$1@coco.singnet.com.sg> References: <7m9gca$dcs$1 AT violet DOT singnet DOT com DOT sg> NNTP-Posting-Host: as604477.singnet.com.sg X-Newsreader: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Johan Venter wrote in message ... >Terence wrote in message <7m9gca$dcs$1 AT violet DOT singnet DOT com DOT sg>... >>Could somebody in this world enlighten me that GCC and G++ could compile my >>source code with the Open GL SDK.It concerned with the "void" and "apentry" >>weird words in the glu.h and gl.h in the Open GL SDK 1.1 for microsoft >>windows. > >I assume you're using DJGPP, then again, you said G++, which is strange. DJGPP doesn't >come with a G++, it has a GXX. What GCC are you using (DJGPP, Cygwin, Mingw32???), and >what exactly is the error message you're getting when compiling? > >-- >Johan Venter >ICQ 3643877 >Visit The TPU DJGPP Interest Group: >http://surf.to/djgppig > > > Sorry for the misunderstanding. What I meant was the Gxx but not G++ which I accidentally mistyped. The Error is occured in GL.h : Syntax Error before 'Void' for every "Void" Syntax Error before'Apientry' for every "Apientry" And I Forgot to note that G++ is the original name of Gxx.