Using MathLink with Visual Express
- To: mathgroup at smc.vnet.net
- Subject: [mg84646] Using MathLink with Visual Express
- From: Dobromir Tzotchev <quant_ewma at yahoo.co.uk>
- Date: Tue, 8 Jan 2008 01:29:10 -0500 (EST)
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