home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / mac / programm / 22197 < prev    next >
Encoding:
Internet Message Format  |  1993-01-26  |  979 b 

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