Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!pt.cs.cmu.edu!andrew.cmu.edu!ml10+ From: ml10+@andrew.cmu.edu (Michael A. Libes) Newsgroups: comp.sys.mac.programmer Subject: Re: MacTCP programming with THINK C Message-ID: Date: 10 Jul 90 00:58:34 GMT References: <1990Jul9.181559.18764@ux1.cso.uiuc.edu> Distribution: comp Organization: Class of '91, Carnegie Mellon, Pittsburgh, PA Lines: 6 In-Reply-To: <1990Jul9.181559.18764@ux1.cso.uiuc.edu> Make sure to change all "int" to "long" in the header files. This applies to converting any MPW header files to THINK C. In MPW, ints are longs, but in THINK, ints are shorts. - Luni