Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.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: ATalk Session Protocol Message-ID: Date: 3 Jun 90 19:28:42 GMT Organization: Class of '91, Carnegie Mellon, Pittsburgh, PA Lines: 16 I've been trying to create a program which uses AppleTalk Sesssion Protocol. I can open a socket and bind a name to it, but I can't open a session. ASPOpenSession returns -1069 (no servers at that location) when I try to connect to my server's address. The adress is correct. According the Inside Appletalk, I need to do a SPInit and SPGetSession on the server side before the client (workstation in Apple's terms) calls OpenSession. However, neither SPInit nor SPGetSession exist in the MPW or THINK Appletalk libraries. Is this a documentation problem? Do I actually have to make these calls or is Inside Appletalk talking about theory? If anyone has some sample source code, that would also be greatly appretiated. Thanks. - Lunarmobiscuit