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