Re: MS C++ and Mathematica 3.0
- To: mathgroup at smc.vnet.net
- Subject: [mg17936] Re: MS C++ and Mathematica 3.0
- From: "Atul Sharma" <mdsa at musica.mcgill.ca>
- Date: Sat, 5 Jun 1999 02:56:05 -0400
- References: <7j2cfs$c1s@smc.vnet.net> <7j5ac4$g3n@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
I am using Visual C++ 6.0 to compile MathLink program, with no problem. For those on a tight budget, the shareware C compiler LCC (Jacob Navia) also does a fine job, comparable efficiency in a number of CPU intensive routines I compiled. It also spares you the C++ ornamentation if your goal is to write clear C programs that interface with Mathematica. A. Sharma MD Jens-Peer Kuska wrote in message <7j5ac4$g3n at smc.vnet.net>... >Hi, > >what is a "resulting file"? >If you mean a mathLink binary the MathLink development kit comes >with header fiels and librarys to generate MathLink programs. >You can use Borland C/C++ and Watcom C/C++ as well. > >Regards > Jens > > >Kwok Man Wong wrote: >> >> Does any one know if they are compatible. Can the MS C++ compiler be >> used to generate the resulting file? Did anyone do it before? Your >> responses are greatly appreciated. Thanks! >