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