home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / ibm / pc / misc / 10768 < prev    next >
Encoding:
Text File  |  1992-07-22  |  857 b   |  21 lines

  1. Newsgroups: comp.sys.ibm.pc.misc
  2. Path: sparky!uunet!decwrl!csus.edu!netcomsv!mork!mmaston
  3. From: mmaston@netcom.com (Michael Maston)
  4. Subject: Re: Microsoft C question
  5. Message-ID: <k_gmkgj.mmaston@netcom.com>
  6. Date: Thu, 23 Jul 92 00:46:47 GMT
  7. Organization: Netcom - Online Communication Services (408 241-9760 guest)
  8. References: <3573@cvbnetPrime.COM>
  9. Distribution: usa
  10. Lines: 9
  11.  
  12. Sounds like you exceeded the capacity of the memory model you are set
  13. to compile for (I think you are set to the TINY mode which tries to crunch
  14. all you program into one segment (64K)).  The easiest solution is to set
  15. your memory model option to the next higher mode (if I had one of refs here
  16. with me I would tell you which it is, but it should be obvious), which should
  17. be in your compile/link option settings.  Not really a big problem.
  18.  
  19. Michael Maston
  20. GTE Government Systems
  21.