MathGroup Archive 2010

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

Search the Archive

configuring the mathlink dev kit

  • To: mathgroup at smc.vnet.net
  • Subject: [mg111846] configuring the mathlink dev kit
  • From: "tarpanelli at libero.it" <tarpanelli at libero.it>
  • Date: Sun, 15 Aug 2010 07:37:21 -0400 (EDT)
  • Reply-to: "tarpanelli at libero.it" <tarpanelli at libero.it>


>Hello,
>I am evaluating to use the mathlink dev kit to call from Mathematica c++ lib.
>I followed the instructions in the dev kit installer but my VS c++ (2005) 
>returns me some exceptions:
>
>error LNK2019: unresolved external symbol _MLAnswer referenced in function 
>"void __cdecl QLMLSignalError(char const *,bool)" (?
>QLMLSignalError@@YAXPBD_N@Z)
>error LNK2001: unresolved external symbol _stdlink
>error LNK2019: unresolved external symbol _MLMain referenced in function 
>_WinMain@16
>error LNK2019: unresolved external symbol _MLInitializeIcon referenced in 
>function _WinMain@16
>
>Is there someone who can describe me step by step how to configure my VS
(2005) 
>or an example of a project already built.
>thank you	
>




  • Prev by Date: Re: DSolve difficulties ...
  • Next by Date: Re: in a loop
  • Previous by thread: Re: DSolve difficulties ...
  • Next by thread: Re: in a loop