From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: Newbie student needing help! Date: 31 Jul 2003 08:13:34 GMT Organization: Aachen University of Technology (RWTH) Lines: 25 Message-ID: References: <200307301701 DOT AKQ89629 AT mail-router02 DOT qut DOT edu DOT au> NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 1059639214 14794 137.226.32.75 (31 Jul 2003 08:13:34 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 31 Jul 2003 08:13:34 GMT Originator: broeker@ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Adrian Woodcraft wrote: > Now I've started an introductory graphics subject, so > have downloaded SGI's OpenGL version 1.1 for Windows and > GLUT version 3.7, which I want to use as an extension to > my present DJGDD/pfe 32 Windows 98 setup. Various people > have assured me it CAN be done, but NO-ONE has been able > to tell me HOW to do it. > So:- > (i) Is it possible? Not with your current toolset. OpenGL and GLUT are Windows native libraries, whereas DJGPP is targetting the DOS platform. DOS is a subsystem of Windows that has access to only a small part of the Windows API. So you'll need a GCC port that makes Windows executables, not DOS ones. There is one hosted on DJGPP, called RSXNTDJ, but that's largely a dead project these days, given the fact that fully native ports of the GNU toolchain like Cygwin and MinGW32 have matured quite a bit since then. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.