MathGroup Archive 2003

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Can I use Visual C++ to call "Mathematica 4.0" to open a "nb_file" and calculate the result .??

  • To: mathgroup at smc.vnet.net
  • Subject: [mg45106] Re: Can I use Visual C++ to call "Mathematica 4.0" to open a "nb_file" and calculate the result .??
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Wed, 17 Dec 2003 07:54:24 -0500 (EST)
  • Organization: Universitaet Leipzig
  • References: <brmr2u$odv$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

You must open the *Frontend* to read the notebook. 

Or you create a Mathematica package for the kernel,
than *your* program has to act as a FrontEnd for the
kernel.

You can compile your functions tha launch the kernel or the
frontend into a DLL and it is up to you to add an OLE
interface to your DLL's and programs.

Regards
  Jens

mdhsung at itri.org.tw wrote:
> 
> I get a problem that I have to write a friendly GUI users_form for a
> difficult  mathematica file (nb file) that was written by some one else.
> 
> Can I just call "Mathematica 4.0 kernel" to open a "nb_file" and calculate
> the result  using DLL method or OLE method??
> 
> I try to understand what "mathlink " is for......
> 
> Is "mathlink" can do my job??? is it only for using that "C source code" to
> be calculated in mathematica??
> 
> Thanks                                                  Ming-Te Hsiung


  • Prev by Date: RE: A Method to Simplify Matrix Entry?
  • Next by Date: Strange solution of NDSolve
  • Previous by thread: Can I use Visual C++ to call "Mathematica 4.0" to open a "nb_file" and calculate the result .??
  • Next by thread: Re NETLink - CREATING a new class?