Newsgroups: comp.os.msdos.djgpp Subject: Watcom to djgpp Message-ID: <3301786A.28C7@redestb.es> From: Jorge Fernandez Suarez Date: Wed, 12 Feb 1997 08:59:39 +0100 Reply-To: cascoscuro AT redestb DOT es Organization: Universidad de Oviedo Nntp-Posting-Host: pcsig4.etsimo.uniovi.es MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 17 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Hello: I'm trying to make work some watcom code I've download from Soundblaster site to play .wav files in a SB16 card, but it's watcom code, and I've found some problems when I've tried to translate... 1) There's not FP_OFF,FP_SEG nor MK_FP on the djgpp 2) There's no way to tell the compiler that one function will become an interruption handler... I've tried dosmemput function instead the first functions, but the program doesn't work (it plays only noise) r:-? thanx Jorge