Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!ucbvax!dewey.soe.berkeley.edu!oster From: oster@dewey.soe.berkeley.edu (David Phillip Oster) Newsgroups: comp.sys.mac.programmer Subject: THINK C v.3.01p4 & SetStylScrap() Message-ID: <29953@ucbvax.BERKELEY.EDU> Date: 5 Jul 89 10:18:50 GMT Sender: usenet@ucbvax.BERKELEY.EDU Reply-To: oster@dewey.soe.berkeley.edu.UUCP (David Phillip Oster) Organization: School of Education, UC-Berkeley Lines: 10 Tech note #207 describes a new call: SetStylScrap(long start, long end, StScrpHandle newStyles, TEHandle TE); THINK C v. 3.01p4 knows about this call, but if I give it arguments of the above type, I get "pascal argument wrong size". If I define my own glue, that pushes the arguments, the function selector (11) and calls to TEDispatch(), it behaves as a no-op. Any insights?