Path: utzoo!attcan!uunet!mcvax!thk From: thk@cwi.nl (Tom H. Koornwinder) Newsgroups: comp.sys.mac.programmer Subject: MacinTalk and LSC 3.0 Message-ID: <7692@boring.cwi.nl> Date: 1 Nov 88 08:34:21 GMT Organization: CWI, Amsterdam Lines: 13 Reply-To: What is the correct MacinTalk.h file to be used in connection with MacinTalk.Lib in LSC v.3.0? This version does not contain MacinTalk.h. I tried an old version of MacinTalk.h which belonged to LSC v.2.15 and which was kindly sent to me by Ted C. Johnson, who posted Number Talk. However, my program, which wanted to apply MacinTalk, crashed at the first call of Reader(). In particular, I would like to know whether the following typedefs in MacinTalk.h v.2.15 are still correct in version 3.0: typedef char SpeechRecord[100]; typedef SpeechRecord *SpeechPointer, **SpeechHandle; Tom Koornwinder