Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.csd.uwm.edu!bionet!apple!miker From: miker@Apple.COM (Michael P. Radovancevich) Newsgroups: comp.sys.mac.programmer Subject: Re: Communications Toolbox Initialization? Summary: how to do it Keywords: CommToolbox Message-ID: <4085@internal.Apple.COM> Date: 8 Sep 89 22:18:36 GMT References: Organization: Apple Computer Inc, Cupertino, CA Lines: 39 Hello, To use the Macintosh Communications Toolbox in your application {check to see if the CommToolbox is installed} InitGraf(@thePort); {etc. init all the other stuff} error := InitCRM; {init the Communications Resource Manager} {error checking} error := InitCTBUtilities; {init the CommToolbox Utilities} {error checking} error := InitCM; {init the Connection Manager or File Transfer Manager or Terminal Manager, whichever ones you will be using} {error checking} {followed by the rest of your totally radical CommToolbox using code} Hope this helps. Mike -- ------------------------------------------------------------------------------- | Michael P. Radovancevich | My opinions are not the product of Apple, | | CommToolbox Hack | but my products are the opinion of Apple. | | Apple Computer, Inc. | ---------------------------------------------- | | 20525 Mariani Ave, MS 27Y | Internet: miker@apple.com | | Cupertino, CA 95014 | UUCP:{sun,voder,nsc,decwrl}!apple!miker | | 408-974-1042 | Applelink:RADOVANCEVI1 | -------------------------------------------------------------------------------