Mail Archives: djgpp/1997/11/06/10:48:10
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.
- Raw text -