Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!apple!han From: han@Apple.COM (Byron Han, scapegoat) Newsgroups: comp.sys.mac.programmer Subject: Re: CTB configuration problem Message-ID: <10145@goofy.Apple.COM> Date: 11 Sep 90 16:29:59 GMT References: <1990Sep10.134250.18745@ux1.cso.uiuc.edu> Organization: Apple Computer, Inc. Lines: 24 In article <1990Sep10.134250.18745@ux1.cso.uiuc.edu> dorner@pequod.cso.uiuc.edu (Steve Dorner) writes: > >My communications toolbox application really likes to die with line 1111 >errors (unimplemented instruction, id=10) on Mac Pluses and 512KE's, when >I try to configure the CTB (somewhere between InitCRM and CMChoose, >inclusive). > A couple of questions... What is your system (i.e. the one that it works on)? Would be good to know RAM size, MultiFinder active/inactive, system version, etc... What is the system that it is crashing on? RAM size, MultiFinder on/off, system version, etc... What are you calling in your CTB initialization? InitCRM(); // required InitCTBUtilities(); // also required InitCM(); // if using connection manager InitTM(); // if using terminal manager InitFT();// if using file transfer manager Byron Han