Re: calling mathematica functions from a c++ program
- To: mathgroup at smc.vnet.net
- Subject: [mg66932] Re: calling mathematica functions from a c++ program
- From: "Jürgen R." <jurgenr at web.de>
- Date: Sun, 4 Jun 2006 01:10:34 -0400 (EDT)
- References: <e5ospi$i3e$1@smc.vnet.net>
- Reply-to: jurgenr at web.de
- Sender: owner-wri-mathgroup at wolfram.com
On Fri, 2 Jun 2006 08:27:30 +0000 (UTC), peregrine_falcon12 at hotmail.com wrote: >I have just started using mathematica, and I would like to call some of >its simple functions from a c++ program, but no matter what i try, it >doesn't seem to work. Can anyone tell me what to do, and maybe give me >a simple example of a working program that successfully uses >mathematica? This interface is totally botched and the functions themselves not reliable enough to use without continual checking. There are good libraries in the public domain that allow you to call functions in a straightforward manner.