home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / ibm / pc / misc / 10791 < prev    next >
Encoding:
Internet Message Format  |  1992-07-23  |  784 b 

  1. 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
  2. From: hjkim@ducvax.auburn.edu
  3. Newsgroups: comp.sys.ibm.pc.misc
  4. Subject: Re: MS C question
  5. Message-ID: <1992Jul23.154650.3136@ducvax.auburn.edu>
  6. Date: 23 Jul 92 20:46:50 GMT
  7. Lines: 9
  8.  
  9. After you compile the file, use exehdr.exe and exemod.exe to change 
  10. header structure. 
  11. I had a similar problem and the change of memory model could not
  12. fix the problem. I directly changed the stack address, I think.
  13. It was several months ago, so I am not sure that I changed the addredd
  14. or other things with those tho executable files.
  15.  
  16. Finally I reduece the number of arrays defined in the program and
  17. the number of the variables. Then no errors in compiling.
  18.