From: pekangas AT sci DOT fi (Petteri Kangaslampi) Newsgroups: comp.os.msdos.djgpp Subject: Re: Midas Sound System for DJGPP. How? Date: 7 Jan 1997 21:01:04 GMT Organization: Scifi Communications International Oy, http://www.sci.fi/, helpdesk AT sci DOT fi, (931)3186277 Lines: 16 Message-ID: References: <32cef845 DOT 10594098 AT news DOT arrakis DOT es> Reply-To: pekangas AT sci DOT fi NNTP-Posting-Host: ns.sci.fi To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp On Sun, 05 Jan 1997 01:33:49 GMT, Al wrote: >I've just downloaded the midas sound system. The examples sound really >good and i would like to use it in djgpp. Unfortunately, at the moment, you can't. Although most of MIDAS would compile with DJGPP (as it works fine with GCC under Linux), the sound card hardware handling code will need some modifications. In particular, DMA and IRQ handling needs some changes, plus the assembler sources will have to be passed through a tasm/wdisasm/sed cycle to get compiled. We will probably port MIDAS to work with DJGPP at some point, as we have received quite a few requests to do this, but I can't promise any dates - probably some day when I get temporarily fed up with Win32 programming :) Petteri (one of the authors)