Re: MathLink for BCC and/or Dev-C++
- To: mathgroup at smc.vnet.net
- Subject: [mg44484] Re: MathLink for BCC and/or Dev-C++
- From: "Dirk" <dirk.gaming at skynet.be>
- Date: Wed, 12 Nov 2003 08:01:33 -0500 (EST)
- References: <boig29$ofp$1@smc.vnet.net> <bopcen$on3$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi Jens, Thanks for your reply. My problem was that I did not include the ml32i2b.lib file into the Borland command line compiler... I'm now experimenting further... just to let you know that I might come back with some more questions ;-)) BTW I also got some very useful information from somebody at wolfram. Cheers, Dirk "Jens-Peer Kuska" <kuska at informatik.uni-leipzig.de> schreef in bericht news:bopcen$on3$1 at smc.vnet.net... > Hi, > > I work with Borland C 5.02 and since some weeks > with C++ BuilderX Deverloper .. what is your problem ? > Add the MathLink include directory to your include > path and add ml32i2b.lib to your project. > > Eventual you havt to setup a command line tool > that translate the *.tm files to C/C++ files > as a pre-processor. > > BTW the Borland tools work much better that > Visual C/C++ will ever do. > > Regards > Jens > > > Dirk wrote: > > > > I'm trying to build the MathLink examples (addtwo, factor, etc.) with either > > the Borland Command Line compiler or the Dev-C++4 IDE. > > > > However, since I'm not very experienced with this stuff (that is, using > > MathLink and these compilers), I'm having a lot of problems. Moreover the > > Mathematica help seems to concentrate on building those examples with > > Microsoft's compiler.... > > > > Does anybody have experience with these C++ compilers and MathLink? > > > > Thanks for any advice or help provided. > > > > Dirk >