home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / mac / programm / 14005 < prev    next >
Encoding:
Text File  |  1992-08-14  |  1.1 KB  |  24 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!gatech!darwin.sura.net!wupost!zaphod.mps.ohio-state.edu!think.com!linus!linus.mitre.org!mwvm.mitre.org!m22728
  3. From: m22728@mwvm.mitre.org (Kevin Anderson)
  4. Subject: Help with Large arrays im MPW C
  5. Message-ID: <1992Aug14.193534.10420@linus.mitre.org>
  6. Sender: news@linus.mitre.org (News Service)
  7. Nntp-Posting-Host: kanderson.mitre.org
  8. Organization: The MITRE Corporation
  9. Distribution: usa
  10. Date: Fri, 14 Aug 1992 19:35:34 GMT
  11. Lines: 11
  12.  
  13. I am working on porting a program to the Mac in MPW C.  The program uses 
  14. several large arrays of structures (100K each or so) that for certain 
  15. reasons I would like to keep intact.  I am having problems with program 
  16. however.  I have tried compiling it with both the -bigseg option and the 
  17. -model far option but the program either won't compile or crashes on 
  18. running.  I need to know exactly what I need to do to overcome the 32K 
  19. segment limit.  I've read the stuff in the manual, but it doesn't seem to 
  20. help.  For the record, I'm using a Mac IIfx with 8meg and MPW 3.2
  21.  
  22. Kevin Anderson
  23. m22728@mwvm.mitre.org
  24.