Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!wuarchive!udel!new From: new@udel.edu (Darren New) Newsgroups: comp.sys.amiga Subject: LC -- how to make resident modules Message-ID: <11909@nigel.udel.EDU> Date: 22 Feb 90 23:13:38 GMT Sender: usenet@udel.EDU Reply-To: new@udel.edu (Darren New) Distribution: na Organization: University of Delaware Lines: 9 How does one make residentable (pure) modules under LC that use global variables? I thought the compiler or linker would just make everything A4-relative and all would be happy, but that does not seem to be the case. If all variables have to be auto or heap allocated, what about library base pointers? Even with the pragmas, one still needs library base pointers. The manual does not mention this and the addendum leaves much to be desired in terms of documentation on this feature. -- Darren