MLInitialize MLEnvironment
- To: mathgroup at smc.vnet.net
- Subject: [mg122103] MLInitialize MLEnvironment
- From: olfa <olfa.mraihi at yahoo.fr>
- Date: Fri, 14 Oct 2011 05:53:14 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
Hello,
please which reason(s) can cause the MathLink environment unable to be
initialized?!
MLEnvironment env;
env = MLInitialize(NULL);
if(env == NULL)
{ printf("unable to initialize the MathLink
environment "); }
thank you very much.