Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!maverick.ksu.ksu.edu!hoss!fergvax!252u3129 From: 252u3129@fergvax.unl.edu (Mike Gleason) Newsgroups: comp.sys.mac.programmer Subject: Correct way to Init Toolbox Message-ID: <1990Sep25.000749.230@hoss.unl.edu> Date: 25 Sep 90 00:07:49 GMT Sender: news@hoss.unl.edu (Network News Administer) Organization: Comp Sci and Engr, Univ. of Nebr. Lines: 26 How can you set the stack size using Think C? In Think Pascal, I could just fill in a number in the "Run Options" and that would do it. Heck, while I'm at it, is the order and way I'm initializing everything correct? InitGraf(&thePort); InitFonts(); InitWindows(); InitMenus(); TEInit(); InitDialogs(NULL); MaxApplZone(); ----> SetApplLimit(ApplicZone() + STACKSIZE); for (i=0; i