Questions about integrating Mathematica and .Net using the .NET/Link functionality provided with Mathematica.
7
votes
0answers
126 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
78 views
In .NET/Link, how do I not open multiple kernels?
I'm writing an ASP.NET page intended for multiple users. On the backend we have datatypes that are primarily mathematical, and interact with Mathematica for string-to-double evaluations, among ...
6
votes
0answers
286 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 ...
5
votes
0answers
88 views
Embed a Microsoft RichEdit 8 control in a Mathematica notebook using .NETLink?
Does anyone know whether or not it's possible to embed a RichEdit 8 control within a Mathematica Notebook using .NETLink?
The goal here would be able to both view and edit mathematical text typeset ...
3
votes
0answers
53 views
Command to get License Management Monitor info
Using Netlink, when we have more users than Mathematica licenses (used in a pool), we get messages such as:
Error code: 11. Connected MathLink program has closed the link, but there might still be ...
1
vote
0answers
77 views
How to fix a “NET::methodargs: Improper arguments supplied” error?
I am trying to call the fortran program: Phaml.f90, which is supposed to generate an array of size "num"
...
1
vote
0answers
52 views
How can I grab an array from a standalone .NET application, then interactively graph it in Mathematica?
I have a standalone .NET console application that generates a 10MB of array after a 2 hour batch run.
I would like to graph this array interactively in Mathematica.
How would I grab this data into a ...