The definitive Wolfram Language and notebook experience
The original technical computing environment
All-in-one AI assistance for your Wolfram experience
More mobile apps
We deliver solutions for the AI era—combining symbolic computation, data-driven insights and deep technical expertise
WolframConsulting.com
More Wolfram Solutions
More Solutions for Education
Courses in computing, science, life and more
Learn, solve problems and share ideas.
News, views and insights from Wolfram
Resources for
MLENV MLLinkEnvironment(MLINK l)
gets the MathLink environment object that created the MathLink connection specified by l.
#include <stdio.h>#include "mathlink.h"/* A function for printing MathLink error messages */void f(MLINK l){ int error; if((error = MLError(l),error) != MLEOK) { printf("MathLink error: %s\n", MLErrorString( MLLinkEnvironment(l), error)); }}
Introduced in 2014 (10.0)