Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!ucsd!usc!samsung!xanth!mcnc!ecsvax.uncecs.edu!dukeac!sbigham From: sbigham@dukeac.UUCP (Scott Bigham) Newsgroups: comp.sys.atari.st Subject: MWC errors (was Re: GEM help needed) Message-ID: <1637@dukeac.UUCP> Date: 13 Nov 89 22:37:11 GMT References: <30200010@inmet> <30200013@inmet> <46c13647.14a1f@force.UUCP> Reply-To: sbigham@dukeac.UUCP (Scott Bigham) Organization: Academic Computing, Duke University, Durham, NC Lines: 27 In article <46c13647.14a1f@force.UUCP> covertr@force.UUCP (Richard E. Covert) writes: >Has anyone else found any errors in the MWC Version 3.0 manual?? As a matter of fact, yes. The 3.0.5 manual claims that the proper way to call objc_edit() is as follows: int objc_edit(tree,object,character,oldindex,kind,newindex); OBJECT *tree;int object,character,oldindex,kind,*newindex; This is in fact what GEM expects. It is not, however, what the 3.0.5 library expects. The actual call format is: int objc_edit(tree,object,character,index,kind,index); OBJECT *tree;int object,character,*index,kind; where index serves the function of both oldindex and newindex above. By the way, what is the most recent version of MWC? I've heard 3.0.9 and I'm somewhat concerned that Mark Williams hasn't notified me. To my knowledge I'm registered (how might one check that?). sbigham -- Scott Bigham "The opinions expressed above are Internet sbigham@dukeac.ac.duke.edu (c) 1989 Hacker Ltd. and cannot be USENET sbigham@dukeac.UUCP copied or distributed without a ...!mcnc!ecsgate!dukeac!sbigham Darn Good Reason."