MathGroup Archive 1996

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

Search the Archive

Re: Mathlink / CodeWarrior 8

  • To: mathgroup at smc.vnet.net
  • Subject: [mg4088] Re: Mathlink / CodeWarrior 8
  • From: browe at netcom.com (Bill Rowe)
  • Date: Fri, 31 May 1996 01:36:43 -0400
  • Sender: owner-wri-mathgroup at wolfram.com

In article <4obgo2$opu at dragonfly.wolfram.com>, earhart at athena.mit.edu
(Elizabeth J Earhart) wrote:

>I am making progress, but still having trouble setting up a CodeWarrior
>project to use MathLink on the Macintosh.  I am trying to set up one
>of the example projects (addtwo) to use as a template.  My project now
>contains two C files - 'addtwo.c' and 'addtwo.tm.c'.  It also contains the
>following libraries: 'MathLink (2i/8d) 68K.Lib', 'SIOUX.68K.Lib',
>'ANSI (2i/8d) C.68K.Lib', 'MacOS.lib'.  When I try to make an application
>file, I get the following two link errors:

>   xldtob.c: 'num2dec' referenced from '_Ldtob' is undefined.
>   xldtob.c: 'dec2str' referenced from '_Ldtob' is undefined.

>Is there another library that I need?

I believe you will find these fuctions are in the SANE library.
Alternatively, you could replace these calls with their ANSI equivalents.

-- 
"Against supidity, the Gods themselves contend in vain"

==== [MESSAGE SEPARATOR] ====


  • Prev by Date: deconvolution programm
  • Next by Date: Re: Software For Grade 10 to Grade 12
  • Previous by thread: deconvolution programm
  • Next by thread: Mathlink / CodeWarrior 8