Date: Sun, 30 Nov 1997 14:33:46 +0200 (IST) From: Eli Zaretskii To: bLaDe cc: djgpp AT delorie DOT com Subject: Re: farmalloc In-Reply-To: <3480FDCE.2915B25A@ali.intop.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sat, 29 Nov 1997, bLaDe wrote: > I am having trouble creating a temporary buffer for my sound card's DSP > chip. The source below was created for use with Borland C++ 3.1. I am > trying to port it to DJGPP v2. When I use malloc.h instead of alloc.h, > I get an error for FP_OFF, FP_SEG, and MK_FP. The DJGPP FAQ explains how to convert these in sections 17.7, 18.2 and 18.4. The latest version of the FAQ is available as v2/faq210b.zip from the same place you get DJGPP.