Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site harvard.ARPA Path: utzoo!watmath!clyde!burl!ulysses!gamma!epsilon!zeta!sabre!bellcore!decvax!genrad!grkermi!panda!talcott!harvard!winkler From: winkler@harvard.ARPA Newsgroups: net.micro.mac Subject: Re: Manx/Aztec C question Message-ID: <174@harvard.ARPA> Date: Sun, 9-Jun-85 01:53:19 EDT Article-I.D.: harvard.174 Posted: Sun Jun 9 01:53:19 1985 Date-Received: Tue, 11-Jun-85 03:51:31 EDT References: <2527@seismo.UUCP> Reply-To: winkler@harvard.UUCP (Dan winkler) Organization: Aiken Computation Laboratory, Harvard Lines: 8 Keywords: why not full free text? Summary: Manx does not do any string translation, although it provides macros to do the translation for you (ctop and ptoc). One mistake I've seen concerning mixed string types is that of passing a string returned by SFGetfile directly to fopen. The former returns a Pascal string but the latter expects a C string. Dan. (winkler@harvard)