Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!columbia!cucca!nwc From: nwc@cucca.columbia.edu (Nicholas W. Christopher) Newsgroups: comp.sys.ibm.pc Subject: Microsoft C 4.0 large models Message-ID: <3225@cucca.columbia.edu> Date: Thu, 30-Jul-87 17:49:53 EDT Article-I.D.: cucca.3225 Posted: Thu Jul 30 17:49:53 1987 Date-Received: Sat, 1-Aug-87 10:54:09 EDT References: <1112@lznv.ATT.COM> <399@aucs.UUCP> Reply-To: nwc@cucca.UUCP (Nicholas W. Christopher) Organization: Columbia University Center for Computing Activities Lines: 19 I wrote a language and interpreter using Lex, YACC and curses on a vax and am now attempting to get it to run under MSC 4.0 . The language is window oriented and the PC-curses windows require 4K+. My code bottoms out in 5 or 6 windows (I malloc space for other things as well) in the small model. I tried compiling under a large model and the code ran for a while and then froze. My question is, what are the things to worry about in large models? Are there special considerations when passing arguements by address? Will short integers behave? Where should I be looking (codeview just hangs so its no help) ? Thanks, /nwc P.S. I am really sick of seeing "Unknown Compiler Error, Contact Microsoft Technical Support", I hope 5.0 does not loose as much as 4.0.