MathGroup Archive 2006

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

Search the Archive

Mathlink and C/C++

  • To: mathgroup at smc.vnet.net
  • Subject: [mg65737] Mathlink and C/C++
  • From: Goyan <Goyanian at gmail.com>
  • Date: Sun, 16 Apr 2006 03:49:16 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

[This post has been delayed due to email problems - moderator]


Hi all,

Recently I have been trying to compile a program using VC++ 6 and 
Mathlink. The source code was originally written by someone else and 
under kdevelop for Linux. The source code is in *.cpp format but 
actually it is written in C. I've written a wrapper cpp file for using 
it in Mathematica. However, when I compile it, it gives the error message:

Wrapper.tm.obj : error LNK2001: unresolved external symbol "int __cdecl 
myProgram(double *,long,double *,long,int,int,double,double)" 
(?myProgram@@YAHPANJ0JHHNN@Z)
Debug/MyProgram.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.

Has anyone had similar experience before?

Thank you for your time.

Regards

Goyan
*** Free account sponsored by SecureIX.com ***
*** Encrypt your Internet usage with a free VPN account from http://www.SecureIX.com ***


  • Prev by Date: Please post: Mathematica -another For loop problem
  • Next by Date: Accessing Mathematica on a remote server from java
  • Previous by thread: Re: Please post: Mathematica -another For loop problem
  • Next by thread: Re: Mathlink and C/C++