MathGroup Archive 2002

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

Search the Archive

Re: Linking mathematica with VC++6.0

  • To: mathgroup at smc.vnet.net
  • Subject: [mg33952] Re: Linking mathematica with VC++6.0
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Wed, 24 Apr 2002 01:22:09 -0400 (EDT)
  • Organization: Universitaet Leipzig
  • References: <aa3g92$7v7$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de
  • Sender: owner-wri-mathgroup at wolfram.com

Himan wrote:
> 
> I would Like to know How could I use mathlink.h in my VC compiler .

Yes.

> Please forward me your guidelines or site address where could I become
> familiar with linking between mathematica and VC in details.

Look into the online help/AddOns/MathLink/System specific
information/compilers

Copy mathlink.h in your include path.
add ml32im.lib to the project,
set up a post processing step that call mprep to generate the c-source

Regards
  Jens


  • Prev by Date: Find Doesn't Find Substrings That Begin With Integers?
  • Next by Date: Re: Why these graphs differ?
  • Previous by thread: Linking mathematica with VC++6.0
  • Next by thread: Re: Linking mathematica with VC++6.0