Message-ID: <3604FCD6.DB2E5D7E@mailexcite.com> Date: Sun, 20 Sep 1998 09:02:15 -0400 From: Doug Gale MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: OpenGL & RSXNT References: <057f01bde346$d1a04780$dc023ace AT alpha> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: oshawappp15.idirect.com Organization: "Usenet User" Lines: 39 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Brian Bacon wrote: > Hello, > I have a quick question... > > Has anyone been able to use OpenGL with RSXNTDJ? I have been using Mesa > with DJGPP but I want to use real OpenGL (and the GLUT). So before I go > scrounging around the net trying to get it to work, I thought I'd see if > anyone had already done it, and if so, how? > > Thanks -Brian > > "All in all you were all just bricks in the wall" Pink Floyd - The Wall > ---------------------------------------------------------------------------- > ------------------------------- > Brian Bacon - kyberteknik AT geocities DOT com > ICQ: 3218637 > http://trr.home.ml.org/ > GCS d- p- c++++ l- u e* m++(+++/---)@ s+/- n---@ h-- f+ g+ w++ t+ r x? Yes, I have used rsxntdj to make a bunch of OpenGL programs. To 'do it', get rsxdj131.zip from where you got DJGPP, itools.exe and ibldenv.exe from Microsoft's website, run the readme.exe in the rsxnt installation, follow the installation instructions in the help index that appears, fix your specs file (see below), copy microsoft headers from ibldenv include directory to rsxntdj/include/mssdk, patch the headers for GCC compatibility using supplied patch program. To fix your specs file, change the *link section. Excerpt below: *link: %{Zwin32: -Lr:/rsxntdj/lib/all} %{Zmt: -Lr:/rsxntdj/lib/mt} %{!Zmt: -Lr:/rsxntdj/lib/st} My rsxntdj is in r:\rsxntdj. Replace accordingly.