From: Mark Phillips Newsgroups: comp.os.msdos.djgpp Subject: DJGPP -> Mingw32 Date: Wed, 16 Jun 1999 14:06:46 -0500 Organization: The University of Manitoba Lines: 14 Message-ID: NNTP-Posting-Host: silver.cs.umanitoba.ca Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: canopus.cc.umanitoba.ca 929560026 28844 130.179.24.6 (16 Jun 1999 19:07:06 GMT) X-Complaints-To: Postmaster AT cc DOT umanitoba DOT ca NNTP-Posting-Date: 16 Jun 1999 19:07:06 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I wrote some Sound Blaster handling routines in DJGPP and I now need to port them to Mingw32. Could anyone tell me what the equivalents of a few functions are in Mingw32 or point me in the direction of some information that would tell me? More specifically, I am looking for things like outport()/inport() in pc.h, __dpmi_allocate_dos_memory(), __dpmi_free_dos_memory(), _go32_dpmi_allocate/free_iret_wrapper(), _go32_dpmi_get/set_real_mode_interrupt_vector(), from go32.h/dpmi.h disable()/enable() in dos.h, _farpoke() from sys/farptr.h, and some more... Sorry if this is the wrong group to be posting to, I didn't know where else would be better. Mark