X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: RayeR Newsgroups: comp.os.msdos.djgpp Subject: Re: QDOS/QWDOS Date: Mon, 9 Jan 2012 07:53:13 -0800 (PST) Organization: http://groups.google.com Lines: 24 Message-ID: References: NNTP-Posting-Host: 78.45.168.98 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1326125337 21231 127.0.0.1 (9 Jan 2012 16:08:57 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Mon, 9 Jan 2012 16:08:57 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: h13g2000vbn.googlegroups.com; posting-host=78.45.168.98; posting-account=Q0wMHAoAAADjYrghh94FTf6YnbpTqZgp 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.1.19) Gecko/20110420 SeaMonkey/2.0.14,gzip(gfe) Bytes: 2301 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 q09GF1LC014757 Reply-To: djgpp AT delorie DOT com 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 Judas http://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)