Re: Win32 MathLink .exe from Matheamtica 3 on a Mac
- To: mathgroup at smc.vnet.net
- Subject: [mg19268] Re: Win32 MathLink .exe from Matheamtica 3 on a Mac
- From: "Andrew Cunningham" <andrewc at vasci.com>
- Date: Thu, 12 Aug 1999 01:24:23 -0400
- Organization: Vibro-Acoustic Sciences Inc.
- References: <7or61l$15o@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
If I just use link = LinkConnect["5000 at 192.168.0.6",LinkProtocol->"TCP"] Then I get the error.... LinkProtocol -> "TCP" cannot currently be used with LinkMode -> Automatic so I was just making a wild guess as to what to put for LinkMode... ( remember this is on a Mac, which defaults to Mac PPC protocols). The other mystery is what is expected to be entered in the dialog that the MathLink .exe pops-up when you launch it from a DOS window. I entered "5000" , and expect that implies it will open a link on port 5000. Is that correct. Andrew ---------------------- Andrew Cunningham Vibro-Acoustic Sciences Inc http://www.vasci.com mailto: andrewc at vasci.com ---------- >From: paulh at monon.wolfram.com (P.J. Hinton) To: mathgroup at smc.vnet.net >To: "Andrew Cunningham" <andrewc at vasci.com> >Newsgroups: comp.soft-sys.math.mathematica >Subject: [mg19268] Re: Win32 MathLink .exe from Matheamtica 3 on a Mac >Date: Wed, Aug 11, 1999, 5:27 AM > > > The use of LinkMode is superfluous here. It was used as an option > to LinkOpen[], whose functionality has been split between LinkCreate[] > and LinkConnect[]. > > deprecated current > ---------------------------------------------------------------------- > LinkOpen[linkname, LinkMode -> Connect] LinkConnect[linkname] > LinkOpen[linkname, LinkMode -> Listen] LinkCreate[linkname] > ---------------------------------------------------------------------- > -- -