Date: Thu, 6 Nov 1997 17:43:34 +0200 (IST) From: Eli Zaretskii To: J P Morris cc: djgpp AT delorie DOT com Subject: Re: Fun with DXE files In-Reply-To: <34618AA6.7E28D44F@usa.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 6 Nov 1997, J P Morris wrote: > How can I succesfully produce a .DXE file that references my > main program? Did you read section 22.13 of the DJGPP FAQ list? I think it explains that DXE's cannot access variables or functions from the rest of the program. These (and other) restrictions are intentional, to keep the DXE-related code small. Section 22.2 of the FAQ has a pointer to an alternative technique known as DLM, which is less restrictive.