Re: about mathlink connection
- To: mathgroup at smc.vnet.net
- Subject: [mg97333] Re: about mathlink connection
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Wed, 11 Mar 2009 04:23:01 -0500 (EST)
- Organization: Uni Leipzig
- References: <gp5fqj$9p9$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
Hi, typical this dialog box pops up when MathLink alone can't start the binary, i.e., a missing command line argumente like " -mathlink " in your string .. Regards Jens olfa wrote: > Hi mathematica community, > I have a c++ program in which I established a comunication with > mathematica via mathlink. > But when my program is executed, a "Choose a MathLink Program to > Launch" dialog box appears and ask me to choose between some > executables. This is how I established the connection: > link = MLOpenString(env,"-linkname \"C:\\Wolfram Research\\Mathematica\ > \6.0\\MathKernel.exe\"",&error); > Note that I have chosen to launch mathkernel.exe so why the dialog box > appears and How can I get rid of this dialog box? > Thank you. >