X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "[HCI]Mara'akate" Newsgroups: comp.os.msdos.djgpp Subject: Re: QDOS/QWDOS Date: Mon, 9 Jan 2012 10:10:52 -0800 (PST) Organization: http://groups.google.com Lines: 34 Message-ID: References: NNTP-Posting-Host: 71.254.122.149 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1326132668 31476 127.0.0.1 (9 Jan 2012 18:11:08 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Mon, 9 Jan 2012 18:11:08 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: cf6g2000vbb.googlegroups.com; posting-host=71.254.122.149; posting-account=XGWx5woAAACFbFREYlembztJnxsJ2Of0 User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.22) Gecko/20110902 Firefox/3.6.22 ( ) SearchToolbar/1.2,gzip(gfe) Bytes: 2941 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id q09IU1w1008268 Reply-To: djgpp AT delorie DOT com On Jan 9, 10:53 am, RayeR wrote: > On 9 led, 09:33, "[HCI]Mara'akate" wrote: > > > Here is a project I've been working on in my spare time to teach > > myself C: > > >http://dk.toastednet.org/QDOS > > > I've cleaned up a fair share of bugs (with help from djgpp guru Bill > > Currie) and it's fairly stable on newer servers.  A couple of serious > > bugs left to squash, but for 2 months of work I think I've done a > > pretty good job of teaching myself a few things about C. > > Good work, it would be nice if you will able to integrate Judas Sound > System library (for DJGPP and Watcom) - it supports GUS, SB and also > new AC'97 and even HD audio! > Here you will find more about Judashttp://piotrkn22.republika.pl/judas/index.html > and here is the latest version:http://piotrkn22.republika.pl/judas/contrib/jds210c.zip > > BTW why is the screen resolution limited to 1280x1024 in your code? > (#define        MAXWIDTH                1280) > I tried to recompile with 1600 and it works but seem that sources > don't like new gcc, lot of warnings was displayed and the qdos binary > crashed at exit from game (your build don't) It must be hardcoded by default. Never noticed this limitation. You're welcome to download the updated code (just uploaded a new version a few moments). My exact build environment of DJGPP is available at http://dk.toastednet.org/QDOS/djggp_for_dos_quake.7z. Also, this does not work on Windows 9x (at least it's not supported). So be sure this is true dos or qemu or dosbox.