Re: Console IO from mathlink
- To: mathgroup at smc.vnet.net
- Subject: [mg6488] Re: [mg6448] Console IO from mathlink
- From: jpk at max.mpae.gwdg.de
- Date: Mon, 24 Mar 1997 21:38:39 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Hi, You must start the MathLink-program in a console window with (assuming You are using mma 3.0) <progname> -linkcreate the program will print out a number like 1234 at max in Your Mathematica session You must say mylink=Install[LinkConnect["1234 at max"]] and the connection runs. For Mma 2.2 the procedure ``debugging a mathlink program'' is extensive describet in the manual. Hope that helps Jens