home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!olivea!gossip.pyramid.com!pyramid!infmx!sbill
- From: sbill@informix.com (Bill Stackhouse)
- Newsgroups: comp.sys.mac.programmer
- Subject: large code resources with MPW
- Message-ID: <1993Jan25.224418.19593@informix.com>
- Date: 25 Jan 93 22:44:18 GMT
- Sender: news@informix.com (Usenet News)
- Followup-To: sbill@informix.com
- Organization: Informix Software, Inc.
- Lines: 19
-
-
- I am in the process of testing a library that needs to work in the A4 world
- and amusing a DA seemed to be a simple way to do so. The library is > 32K
- in size. In Think C, things worked fine because I can have multi segment
- DA's.
-
- In MPW, I used the memory.c sample program as a shell but used -model far
- in all compiles. During the link, I get a message about not able to edit
- 32 bit address (error 29).
-
- My questions are:
-
- 1) can cdev, da, init have multiple segments in MPW?
-
- 2) if not, how do I compile and link a code resource > 32k? What options?
-
- Thanks
- Bill Stackhouse
- sbill@informix.com
-