Re: Using MathLink with Visual Express
- To: mathgroup at smc.vnet.net
- Subject: [mg84667] Re: Using MathLink with Visual Express
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Tue, 8 Jan 2008 06:44:16 -0500 (EST)
- Organization: Uni Leipzig
- References: <flv5e8$25f$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
Hi, you have to run mprep to get valid C-code on your source and the template .. Regards Jens Dobromir Tzotchev wrote: > I am trying to run the addtwo example in Visual Express. I am compiling as C code and I am creating a Win32 Application Project. I am linking against ml32i2m.lib. During the linking, I am getting the following errors: > > ddtwo.obj : error LNK2019: unresolved external symbol _MLMain referenced in function _WinMain@16 > 1>addtwo.obj : error LNK2019: unresolved external symbol _MLInitializeIcon referenced in function _WinMain@16 > > > Thanks for the help. > > Dobromir >