home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!mips!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!emory!ducvax.auburn.edu!hjkim
- From: hjkim@ducvax.auburn.edu
- Newsgroups: comp.sys.ibm.pc.misc
- Subject: Re: MS C question
- Message-ID: <1992Jul23.154650.3136@ducvax.auburn.edu>
- Date: 23 Jul 92 20:46:50 GMT
- Lines: 9
-
- After you compile the file, use exehdr.exe and exemod.exe to change
- header structure.
- I had a similar problem and the change of memory model could not
- fix the problem. I directly changed the stack address, I think.
- It was several months ago, so I am not sure that I changed the addredd
- or other things with those tho executable files.
-
- Finally I reduece the number of arrays defined in the program and
- the number of the variables. Then no errors in compiling.
-