Tagged Questions
7
votes
1answer
113 views
Running .NET/Link on Mono (On MacOS or any UNIX or Linux Distro)
Has anyone have any luck running .NET/Link on Mono?
When I run .NET/Link to call Mathematica from within a Mono program, this is the error message I receive.
...
7
votes
0answers
129 views
Socket communication and player pro
I'd like to create a simple communication channel between MMA and the animation package 'Maya'. This is possible over sockets ( very simple, just sending and receiving strings). I've got this working ...
6
votes
0answers
287 views
Using Mathematica as a data visualization front end for .Net applications?
I have a C# application that has 3-dimensional data that I wish to plot. Controls in C# for surface modeling are, in my experience, rather limited. I wish to have my C# application send the 3D point ...
19
votes
3answers
624 views
Calling IronPython code from Mathematica
I'd like to call some IronPython code from Mathematica using .NET/Link.
The problem is that the code lives in .py files, yet from Mathematica I can only load .NET assemblies which are DLLs.
So it ...
8
votes
1answer
189 views
Suppress Mathematica Kernel taskbar tab when using .NETLink
Is there a possibility to suppress the Mathematica Kernel taskbar tab when accessing it through .NETLink on Windows?
11
votes
1answer
372 views
Is it possible to use C# LINQ from Mathematica using .NET/Link?
Using Mathematica's .NET/Link (NETLink`) package, is it possible to call out to .NET's LINQ facilities for list manipulation and other operations?